Class BiPredicates.AnyResultBiPredicate<T>
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.function.BiPredicates.AnyResultBiPredicate<T>
-
- Type Parameters:
T- the type of theTask
- All Implemented Interfaces:
Remote.BiPredicate<ExecutionPlan,Map<String,T>>,Serializable,BiPredicate<ExecutionPlan,Map<String,T>>
- Enclosing class:
- BiPredicates
public static class BiPredicates.AnyResultBiPredicate<T> extends Object implements Remote.BiPredicate<ExecutionPlan,Map<String,T>>
ARemote.BiPredicatethat is satisfied when one or more of the provided results satisfies anotherRemote.Predicate.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnyResultBiPredicate(Remote.Predicate<? super T> predicate)Constructs anBiPredicates.AnyResultBiPredicate.
-
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
-
Methods inherited from interface com.tangosol.util.function.Remote.BiPredicate
and, negate, or
-
-
-
-
Constructor Detail
-
AnyResultBiPredicate
public AnyResultBiPredicate(Remote.Predicate<? super T> predicate)
Constructs anBiPredicates.AnyResultBiPredicate.- 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>>
-
-