Class BiPredicates.AllResultsBiPredicate<T>
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.function.BiPredicates.AllResultsBiPredicate<T>
-
- Type Parameters:
T- the type of theTask
- All Implemented Interfaces:
com.tangosol.util.function.Remote.BiPredicate<ExecutionPlan,Map<String,T>>,Serializable,BiPredicate<ExecutionPlan,Map<String,T>>
- Enclosing class:
- BiPredicates
public static class BiPredicates.AllResultsBiPredicate<T> extends Object implements com.tangosol.util.function.Remote.BiPredicate<ExecutionPlan,Map<String,T>>
ARemote.BiPredicatethat is satisfied only when all provided results satisfy anotherRemote.Predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AllResultsBiPredicate(com.tangosol.util.function.Remote.Predicate<? super T> predicate)Constructs anBiPredicates.AllResultsBiPredicate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ExecutionPlan plan, Map<String,T> mapResult)-
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
-
-
-
-
Constructor Detail
-
AllResultsBiPredicate
public AllResultsBiPredicate(com.tangosol.util.function.Remote.Predicate<? super T> predicate)
Constructs anBiPredicates.AllResultsBiPredicate.- Parameters:
predicate- the resultRemote.Predicate
-
-
Method Detail
-
test
public boolean test(ExecutionPlan plan, Map<String,T> mapResult)
- Specified by:
testin interfaceBiPredicate<ExecutionPlan,Map<String,T>>
-
-