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