Uses of Interface
com.tangosol.util.function.Remote.BiPredicate
Packages that use 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
Methods in com.tangosol.util.function that return Remote.BiPredicateModifier 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.Methods in com.tangosol.util.function with parameters of type Remote.BiPredicateModifier 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.