Uses of Interface
com.tangosol.util.function.Remote.IntPredicate
Packages that use Remote.IntPredicate
Package
Description
Contains Functional interfaces allowing remote execution of lambda expressions and method references.
Contains classes to support functional-style operations on remote streams of elements,
such as map-reduce transformations on collections.
-
Uses of Remote.IntPredicate in com.tangosol.util.function
Methods in com.tangosol.util.function that return Remote.IntPredicateModifier and TypeMethodDescriptiondefault Remote.IntPredicateRemote.IntPredicate.and(Remote.IntPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static Remote.IntPredicateRemote.intPredicate(Remote.IntPredicate predicate) Capture serializable IntPredicate.default Remote.IntPredicateRemote.IntPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default Remote.IntPredicateRemote.IntPredicate.or(Remote.IntPredicate 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.IntPredicateModifier and TypeMethodDescriptiondefault Remote.IntPredicateRemote.IntPredicate.and(Remote.IntPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static Remote.IntPredicateRemote.intPredicate(Remote.IntPredicate predicate) Capture serializable IntPredicate.default Remote.IntPredicateRemote.IntPredicate.or(Remote.IntPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of Remote.IntPredicate in com.tangosol.util.stream
Methods in com.tangosol.util.stream with parameters of type Remote.IntPredicateModifier and TypeMethodDescriptiondefault booleanRemoteIntStream.allMatch(Remote.IntPredicate predicate) Returns whether all elements of this stream match the provided predicate.default booleanRemoteIntStream.anyMatch(Remote.IntPredicate predicate) Returns whether any elements of this stream match the provided predicate.default RemoteIntStreamRemoteIntStream.filter(Remote.IntPredicate predicate) Returns a stream consisting of the elements of this stream that match the given predicate.default booleanRemoteIntStream.noneMatch(Remote.IntPredicate predicate) Returns whether no elements of this stream match the provided predicate.