Class BiPredicates.NeverBiPredicate
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.function.BiPredicates.NeverBiPredicate
-
- All Implemented Interfaces:
com.tangosol.util.function.Remote.BiPredicate,Serializable,BiPredicate
- Enclosing class:
- BiPredicates
public static class BiPredicates.NeverBiPredicate extends Object implements com.tangosol.util.function.Remote.BiPredicate
ABiPredicates.NeverBiPredicatereturns false for all values provided to theBiPredicate.test(Object, Object)method.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static BiPredicates.NeverBiPredicateINSTANCEA constant for theBiPredicates.NeverBiPredicate.
-
Constructor Summary
Constructors Constructor Description NeverBiPredicate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BiPredicates.NeverBiPredicateget()Obtains an instance of theBiPredicates.NeverBiPredicate.booleantest(Object first, Object second)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiPredicate
and, or
-
-
-
-
Field Detail
-
INSTANCE
protected static final BiPredicates.NeverBiPredicate INSTANCE
A constant for theBiPredicates.NeverBiPredicate.
-
-
Method Detail
-
test
public boolean test(Object first, Object second)
- Specified by:
testin interfaceBiPredicate
-
get
public static BiPredicates.NeverBiPredicate get()
Obtains an instance of theBiPredicates.NeverBiPredicate.- Returns:
- an
BiPredicates.NeverBiPredicate
-
-