| Package | Description | 
|---|---|
| com.tangosol.util.function | 
 Contains Functional interfaces allowing remote execution of lambda expressions and method references. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default 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 Type | Method and Description | 
|---|---|
default 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. 
 |