| Package | Description | 
|---|---|
| com.tangosol.util.function | 
 Contains Functional interfaces allowing remote execution of lambda expressions and method references. 
 | 
| com.tangosol.util.stream | 
 Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Remote.DoublePredicate | 
Remote.DoublePredicate.and(Remote.DoublePredicate other)
Returns a composed predicate that represents a short-circuiting
 logical AND of this predicate and another. 
 | 
static Remote.DoublePredicate | 
Remote.doublePredicate(Remote.DoublePredicate predicate)
Capture serializable DoublePredicate. 
 | 
default Remote.DoublePredicate | 
Remote.DoublePredicate.negate()
Returns a predicate that represents the logical negation of this
 predicate. 
 | 
default Remote.DoublePredicate | 
Remote.DoublePredicate.or(Remote.DoublePredicate 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.DoublePredicate | 
Remote.DoublePredicate.and(Remote.DoublePredicate other)
Returns a composed predicate that represents a short-circuiting
 logical AND of this predicate and another. 
 | 
static Remote.DoublePredicate | 
Remote.doublePredicate(Remote.DoublePredicate predicate)
Capture serializable DoublePredicate. 
 | 
default Remote.DoublePredicate | 
Remote.DoublePredicate.or(Remote.DoublePredicate other)
Returns a composed predicate that represents a short-circuiting
 logical OR of this predicate and another. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default boolean | 
RemoteDoubleStream.allMatch(Remote.DoublePredicate predicate)
Returns whether all elements of this stream match the provided predicate. 
 | 
default boolean | 
RemoteDoubleStream.anyMatch(Remote.DoublePredicate predicate)
Returns whether any elements of this stream match the provided
 predicate. 
 | 
default RemoteDoubleStream | 
RemoteDoubleStream.filter(Remote.DoublePredicate predicate)
Returns a stream consisting of the elements of this stream that match
 the given predicate. 
 | 
default boolean | 
RemoteDoubleStream.noneMatch(Remote.DoublePredicate predicate)
Returns whether no elements of this stream match the provided predicate. 
 |