E1 - the first type parameterE2 - the second type parameterE3 - the third type parameterpublic class TernaryAlways<E1,E2,E3> extends Object implements TriPredicate<E1,E2,E3>
| Constructor and Description |
|---|
TernaryAlways() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(E1 first,
E2 second,
E3 third)
Yields true.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orCopyright © 2017. All rights reserved.