T1 - the first parameter typeT2 - the second parameter typepublic class BinaryCapturingPredicate<T1,T2> extends Object implements BiPredicate<T1,T2>
| Constructor and Description |
|---|
BinaryCapturingPredicate(BiPredicate<T1,T2> nested,
Box<Boolean> result,
Box<T1> param1,
Box<T2> param2) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T1 former,
T2 latter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orCopyright © 2017. All rights reserved.