@FunctionalInterface public interface DistributedDoublePredicate extends DoublePredicate, Serializable
Serializable variant of java.util.function.DoublePredicate.| Modifier and Type | Method and Description |
|---|---|
default DistributedDoublePredicate |
and(DistributedDoublePredicate other)
Serializable variant of java.util.function.DoublePredicate#and(DoublePredicate). |
default DistributedDoublePredicate |
negate()
Serializable variant of DoublePredicate.negate(). |
default DistributedDoublePredicate |
or(DistributedDoublePredicate other)
Serializable variant of java.util.function.DoublePredicate#or(DoublePredicate). |
and, or, testdefault DistributedDoublePredicate and(DistributedDoublePredicate other)
Serializable variant of java.util.function.DoublePredicate#and(DoublePredicate).default DistributedDoublePredicate negate()
Serializable variant of DoublePredicate.negate().negate in interface DoublePredicatedefault DistributedDoublePredicate or(DistributedDoublePredicate other)
Serializable variant of java.util.function.DoublePredicate#or(DoublePredicate).Copyright © 2018 Hazelcast, Inc.. All rights reserved.