Interface IndexValueCondition
-
- All Superinterfaces:
Condition
,Serializable
- All Known Implementing Classes:
IndexValueConditionImpl
public interface IndexValueCondition extends Condition
Tuple filtering condition which accepts index key parts values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<?>
value()
Filtering value for the operand
-