-
-
Creates a new Condition.
withProperties
|
Object
Initial values for properties of the new Condition (Optional)
|
-
-
Returns any Condition in the collection.
-
-
Displays the number of elements in the Condition.
-
-
Returns every Condition in the collection.
-
-
Returns the first Condition in the collection.
-
-
Returns the Condition with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Condition with the specified ID.
-
-
Returns the Condition with the specified name.
-
-
Returns the Conditions within the specified range.
from
|
The Condition, index, or name at the beginning of the range. Can accept: Condition, Long Integer or String.
|
to
|
The Condition, index, or name at the end of the range. Can accept: Condition, Long Integer or String.
|
-
-
Returns the last Condition in the collection.
-
-
Returns the middle Condition in the collection.
-
-
Returns the Condition whose index follows the specified Condition in the collection.
obj
|
Condition
The Condition whose index comes before the desired Condition.
|
-
-
Returns the Condition with the index previous to the specified index.
obj
|
Condition
The index of the Condition that follows the desired Condition.
|
-
-
Generates a string which, if executed, will return the Condition.