- All Known Implementing Classes:
AbstractFilter,ComponentFilter,PropertyFilter
public interface PredicateFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Predicate<T>static <T> Predicate<T>predicate(BinaryExpression expression) predicate(BooleanExpression expression) predicate(UnaryExpression expression) predicate(FilterExpression expression)
-
Method Details
-
predicate
-
predicate
-
predicate
-
predicate
-
and
-
or
-