T - the type of the input to the predicatepublic interface IPredicate<T>
java.util.function.Predicate
and works as a placeholder.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
boolean test(T t)
t - the input argumenttrue if the input argument matches the predicate, otherwise
falseCopyright © 2014–2015 Philip Helger. All rights reserved.