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