I
- The type of the input to use when testing the predicate.public interface Predicate<I>
Modifier and Type | Method and Description |
---|---|
boolean |
test(I input)
Evaluates this predicate on the given input.
|
boolean test(I input)
input
- The input to use when testing the predicate.