public static class AndPredicateList.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AndPredicateList.Builder |
and(Predicate predicate)
Adds a predicate for a
AndPredicateList . |
AndPredicateList |
build() |
public AndPredicateList.Builder and(Predicate predicate)
AndPredicateList
.predicate
- a predicate for a AndPredicateList
.public AndPredicateList build()