E1 - the predicates first parameter typeE2 - the predicates second parameter typeE3 - the predicates third parameter typepublic class AllMatchingTernaryPredicate<E1,E2,E3> extends Object implements TriPredicate<E1,E2,E3>
| Constructor and Description |
|---|
AllMatchingTernaryPredicate(Iterable<TriPredicate<E1,E2,E3>> predicates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(E1 first,
E2 second,
E3 third) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orCopyright © 2017. All rights reserved.