Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
Modifier and Type | Method and Description |
---|---|
static <T> PredicateEx<T> |
PredicateEx.alwaysFalse()
Returns a predicate that always evaluates to
false . |
static <T> PredicateEx<T> |
PredicateEx.alwaysTrue()
Returns a predicate that always evaluates to
true . |
default PredicateEx<T> |
PredicateEx.and(PredicateEx<? super T> other)
Serializable variant of
java.util.function.Predicate#and(Predicate) . |
static <T> PredicateEx<T> |
PredicateEx.isEqual(Object other)
Serializable variant of |
default PredicateEx<T> |
PredicateEx.negate()
Serializable variant of
Predicate.negate() . |
default PredicateEx<T> |
PredicateEx.or(PredicateEx<? super T> other)
Serializable variant of
java.util.function.Predicate#or(Predicate) . |
Modifier and Type | Method and Description |
---|---|
default PredicateEx<T> |
PredicateEx.and(PredicateEx<? super T> other)
Serializable variant of
java.util.function.Predicate#and(Predicate) . |
default PredicateEx<T> |
PredicateEx.or(PredicateEx<? super T> other)
Serializable variant of
java.util.function.Predicate#or(Predicate) . |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.