Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
Modifier and Type | Method and Description |
---|---|
default BiPredicateEx<T,U> |
BiPredicateEx.and(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#and(BiPredicate) . |
default BiPredicateEx<T,U> |
BiPredicateEx.negate()
Serializable variant of java.util.function.BiPredicate#negate() . |
default BiPredicateEx<T,U> |
BiPredicateEx.or(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#or(BiPredicate) . |
Modifier and Type | Method and Description |
---|---|
default BiPredicateEx<T,U> |
BiPredicateEx.and(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#and(BiPredicate) . |
default BiPredicateEx<T,U> |
BiPredicateEx.or(BiPredicateEx<? super T,? super U> other)
Serializable variant of java.util.function.BiPredicate#or(BiPredicate) . |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.