| 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)Serializablevariant ofjava.util.function.Predicate#and(Predicate). | 
| static <T> PredicateEx<T> | PredicateEx. isEqual(Object other)Serializablevariant of | 
| default PredicateEx<T> | PredicateEx. negate()Serializablevariant ofPredicate.negate(). | 
| default PredicateEx<T> | PredicateEx. or(PredicateEx<? super T> other)Serializablevariant ofjava.util.function.Predicate#or(Predicate). | 
| Modifier and Type | Method and Description | 
|---|---|
| default PredicateEx<T> | PredicateEx. and(PredicateEx<? super T> other)Serializablevariant ofjava.util.function.Predicate#and(Predicate). | 
| default PredicateEx<T> | PredicateEx. or(PredicateEx<? super T> other)Serializablevariant ofjava.util.function.Predicate#or(Predicate). | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.