Functions
Connects two ConditionComponents with a logical and.
Builds a CallConditionComponent that specifies that op should be called.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should be equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should be equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should be greater or equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should be greater or equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should be greater than the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should be greater than the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should be less or equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should be less or equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should be less than the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should be less than the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this DataItem should not be equal to the value of other.
Builds a ComparisonConditionComponent that specifies that the value of this should not be equal to the value of other.
Negates a ConditionComponent
Connects two ConditionComponents with a logical or.
Builds a ContainsConditionComponent that specifies that the value of this DataItem should be contained in collection.