Interface FilterFactory.Factory<T>
-
- Enclosing class:
- FilterFactory
public static interface FilterFactory.Factory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilterwithMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand)FilterwithMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand, VectorRestriction restriction)FilterwithSingleValuePredicate(Variable v, T value, FilterOperand operand)FilterwithSingleValuePredicate(Variable v, T value, FilterOperand operand, VectorRestriction restriction)FilterwithTimePredicate(Variable v)
-
-
-
Method Detail
-
withSingleValuePredicate
Filter withSingleValuePredicate(Variable v, T value, FilterOperand operand)
-
withSingleValuePredicate
Filter withSingleValuePredicate(Variable v, T value, FilterOperand operand, VectorRestriction restriction)
-
withMultipleValuesPredicate
Filter withMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand)
-
withMultipleValuesPredicate
Filter withMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand, VectorRestriction restriction)
-
-