Uses of Interface
com.tangosol.util.function.Remote.BiPredicate
Package
Description
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
-
Uses of Remote.BiPredicate in com.tangosol.util.function
Modifier and TypeMethodDescriptiondefault Remote.BiPredicate
<T, U> Remote.BiPredicate.and
(Remote.BiPredicate<? super T, ? super U> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static <T,
U> Remote.BiPredicate <T, U> Remote.biPredicate
(Remote.BiPredicate<T, U> biPredicate) Capture serializable BiPredicate.default Remote.BiPredicate
<T, U> Remote.BiPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.default Remote.BiPredicate
<T, U> Remote.BiPredicate.or
(Remote.BiPredicate<? super T, ? super U> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Modifier and TypeMethodDescriptiondefault Remote.BiPredicate
<T, U> Remote.BiPredicate.and
(Remote.BiPredicate<? super T, ? super U> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static <T,
U> Remote.BiPredicate <T, U> Remote.biPredicate
(Remote.BiPredicate<T, U> biPredicate) Capture serializable BiPredicate.default Remote.BiPredicate
<T, U> Remote.BiPredicate.or
(Remote.BiPredicate<? super T, ? super U> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.