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