Uses of Interface
com.hazelcast.function.BiPredicateEx
Package | Description |
---|---|
com.hazelcast.function |
Serializable and exception-declaring variants of functional interfaces from
java.util.function . |
-
Uses of BiPredicateEx in com.hazelcast.function
Methods in com.hazelcast.function that return BiPredicateEx Modifier and Type Method Description default BiPredicateEx<T,U>
BiPredicateEx. and(BiPredicateEx<? super T,? super U> other)
Serializable
variant ofjava.util.function.BiPredicate#and(BiPredicate)
.default BiPredicateEx<T,U>
BiPredicateEx. negate()
Serializable
variant ofjava.util.function.BiPredicate#negate()
.default BiPredicateEx<T,U>
BiPredicateEx. or(BiPredicateEx<? super T,? super U> other)
Serializable
variant ofjava.util.function.BiPredicate#or(BiPredicate)
.Methods in com.hazelcast.function with parameters of type BiPredicateEx Modifier and Type Method Description default BiPredicateEx<T,U>
BiPredicateEx. and(BiPredicateEx<? super T,? super U> other)
Serializable
variant ofjava.util.function.BiPredicate#and(BiPredicate)
.default BiPredicateEx<T,U>
BiPredicateEx. or(BiPredicateEx<? super T,? super U> other)
Serializable
variant ofjava.util.function.BiPredicate#or(BiPredicate)
.