Package org.wildfly.clustering.function
Class BiPredicate.SimpleBiPredicate<T,U>
java.lang.Object
org.wildfly.clustering.function.BiPredicate.SimpleBiPredicate<T,U>
- All Implemented Interfaces:
BiPredicate<T,,U> BiPredicate<T,U>
- Enclosing interface:
- BiPredicate<T,
U>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.function.BiPredicate
BiPredicate.SimpleBiPredicate<T,U> -
Field Summary
Fields inherited from interface org.wildfly.clustering.function.BiPredicate
ALWAYS, NEVER -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.BiPredicate
and, negate, or, reverse
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<T,U>
-