T
- The object type to select.public interface PredicateSelector<T>
Predicate
objects.Modifier and Type | Method and Description |
---|---|
PredicateSelector<T> |
filter(java.util.function.Predicate<? super T> predicate)
Selects the elements that matches with the given predicate.
|
PredicateSelector<T> filter(java.util.function.Predicate<? super T> predicate)
predicate
- the predicate to match.