StatePropertiesPredicateBuilder
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
build() as StatePropertiesPredicate
Return Type:
StatePropertiesPredicate
property(name as string, value as string) as Builder
Parameters:
name: string
Type: string
value: string
Type: string
Return Type:
StatePropertiesPredicateBuilder
property(name as string, value as int) as Builder
Parameters:
name: string
Type: string
value: int
Type: int
Return Type:
StatePropertiesPredicateBuilder
property(name as string, value as Ints) as Builder
Parameters:
name: string
Type: string
value: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
Return Type:
StatePropertiesPredicateBuilder
property(name as string, value as bool) as Builder
Parameters:
name: string
Type: string
value: bool
Type: bool
Return Type:
StatePropertiesPredicateBuilder