@FunctionalInterface public interface DistributedPredicate<T> extends Predicate<T>, Serializable
Serializable variant of java.util.function.Predicate.| Modifier and Type | Method and Description |
|---|---|
default DistributedPredicate<T> |
and(DistributedPredicate<? super T> other)
Serializable variant of
java.util.function.Predicate#and(Predicate). |
static <T> DistributedPredicate<T> |
isEqual(Object other)
Serializable variant of
java.util.function.Predicate#isEqual(Object). |
default DistributedPredicate<T> |
negate()
Serializable variant of
Predicate.negate(). |
default DistributedPredicate<T> |
or(DistributedPredicate<? super T> other)
Serializable variant of
java.util.function.Predicate#or(Predicate). |
static <T> DistributedPredicate<T> isEqual(Object other)
Serializable variant of
java.util.function.Predicate#isEqual(Object).default DistributedPredicate<T> and(DistributedPredicate<? super T> other)
Serializable variant of
java.util.function.Predicate#and(Predicate).default DistributedPredicate<T> negate()
Serializable variant of
Predicate.negate().default DistributedPredicate<T> or(DistributedPredicate<? super T> other)
Serializable variant of
java.util.function.Predicate#or(Predicate).Copyright © 2018 Hazelcast, Inc.. All rights reserved.