Condition

This class exists to restrict where the functions can be called

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Can be used to build a list like list[x,y,z]

Functions

Link copied to clipboard
Link copied to clipboard

Builds a CallConditionComponent that specifies that op should be called.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
infix fun DataItem<*>.within(collection: Collection<*>): ContainsConditionComponent<out Any?, Any?>

Builds a ContainsConditionComponent that specifies that the value of this DataItem should be contained in collection.