T1
- First argument typeT2
- Second argument typepublic interface PairPredicate<T1,T2> extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
apply(T1 input1,
T2 input2)
Returns the result of applying this predicate to
input1 and input2 . |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.