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