Interface PredicateContainer
- All Known Implementing Classes:
QuerySpec
,TableGroupJoin
,TableReferenceJoin
public interface PredicateContainer
Something that can contain predicates
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyPredicate
(Predicate predicate) Apply a predicate to this container
-
Method Details
-
applyPredicate
Apply a predicate to this container
-