T
- the value typepublic interface Predicate<T> extends Operation
Modifier and Type | Method and Description |
---|---|
boolean |
test(T input)
Evaluates this predicate on the given argument.
|
boolean test(T input)
input
- the input argumentCopyright © 2023 The Apache Software Foundation. All rights reserved.