T - the type of the first argument to the predicateU - the type of the second argument the predicatepublic interface IgniteThrowableBiPredicate<T,U> extends Serializable
BiPredicate
it is able to throw IgniteCheckedException.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t,
U u)
Evaluates this predicate on the given arguments.
|
boolean test(T t, U u) throws IgniteCheckedException
t - the first input argumentu - the second input argumenttrue if the input arguments match the predicate,
otherwise falseIgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021