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 Filter
withMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand)
Filter
withMultipleValuesPredicate(Variable v, T[] values, FilterOperand operand, VectorRestriction restriction)
Filter
withSingleValuePredicate(Variable v, T value, FilterOperand operand)
Filter
withSingleValuePredicate(Variable v, T value, FilterOperand operand, VectorRestriction restriction)
Filter
withTimePredicate(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)
-
-