| Constructor and Description |
|---|
NamedPredicate(String name,
Predicate<T> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<T> |
and(Predicate<? super T> other) |
String |
getName() |
Predicate<T> |
getPredicate() |
Predicate<T> |
negate() |
Predicate<T> |
or(Predicate<? super T> other) |
boolean |
test(T test) |
String |
toString() |
public String getName()
Copyright © 2021. All rights reserved.