Class AnyOfCondition<T>
java.lang.Object
com.inductiveautomation.ignition.common.tags.query.conditions.AnyOfCondition<T>
- All Implemented Interfaces:
Condition<T>
,Serializable
A condition where any value contained in a set will pass. Does not support null values in the target set.
In a situation where more than one value must be matched, the
SetCondition
can be used.- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnyOfCondition
public AnyOfCondition() -
AnyOfCondition
-
-
Method Details