Uses of Package
com.tangosol.util.function
-
Packages that use com.tangosol.util.function Package Description com.oracle.coherence.concurrent.atomic A small toolkit of classes that support lock-free thread-safe programming on single variables.com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.repository Contains classes to enable Repository-like access to Coherence data.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.rest.util Contains packages and classes related to the Coherence REST API utilities.com.tangosol.coherence.rest.util.extractor Contains classes related to REST-based extractor.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging.com.tangosol.util Contains various generic utilities.com.tangosol.util.comparator Contains concreteComparator
implementations and related interfaces.com.tangosol.util.extractor ContainsValueExtractor
andValueUpdater
related classes.com.tangosol.util.function Contains Functional interfaces allowing remote execution of lambda expressions and method references.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations.com.tangosol.util.stream Contains classes to support functional-style operations on remote streams of elements, such as map-reduce transformations on collections. -
Classes in com.tangosol.util.function used by com.oracle.coherence.concurrent.atomic Class Description Remote.BinaryOperator Represents an operation upon two operands of the same type, producing a result of the same type as the operands.Remote.Function Represents a function that accepts one argument and produces a result.Remote.IntBinaryOperator Represents an operation upon twoint
-valued operands and producing anint
-valued result.Remote.IntUnaryOperator Represents an operation on a singleint
-valued operand that produces anint
-valued result.Remote.LongBinaryOperator Represents an operation upon twolong
-valued operands and producing along
-valued result.Remote.LongUnaryOperator Represents an operation on a singlelong
-valued operand that produces along
-valued result.Remote.UnaryOperator Represents an operation on a single operand that produces a result of the same type as its operand. -
Classes in com.tangosol.util.function used by com.oracle.coherence.concurrent.executor Class Description Remote.Callable A task that returns a result and may throw an exception.Remote.Runnable TheRunnable
interface should be implemented by any class whose instances are intended to be executed by a thread. -
Classes in com.tangosol.util.function used by com.oracle.coherence.repository Class Description Remote.BiFunction Represents a function that accepts two arguments and produces a result.Remote.Comparator A comparison function, which imposes a total ordering on some collection of objects.Remote.Function Represents a function that accepts one argument and produces a result.Remote.Supplier Represents a supplier of results.Remote.ToBigDecimalFunction Represents a function that produces a BigDecimal-valued result.Remote.ToComparableFunction Represents a function that produces a Comparable-valued result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.coherence.jcache.partitionedcache Class Description Remote.Function Represents a function that accepts one argument and produces a result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.coherence.rest.util Class Description Remote.Function Represents a function that accepts one argument and produces a result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.coherence.rest.util.extractor Class Description Remote.Function Represents a function that accepts one argument and produces a result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.net Class Description Remote.BiFunction Represents a function that accepts two arguments and produces a result.Remote.Function Represents a function that accepts one argument and produces a result. -
Classes in com.tangosol.util.function used by com.tangosol.net.cache Class Description Remote.Function Represents a function that accepts one argument and produces a result. -
Classes in com.tangosol.util.function used by com.tangosol.net.management Class Description Remote.Function Represents a function that accepts one argument and produces a result. -
Classes in com.tangosol.util.function used by com.tangosol.net.topic Class Description Remote.ToIntFunction Represents a function that produces an int-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.util Class Description Remote.BiFunction Represents a function that accepts two arguments and produces a result.Remote.Function Represents a function that accepts one argument and produces a result.Remote.Predicate Represents a predicate (boolean-valued function) of one argument.Remote.ToBigDecimalFunction Represents a function that produces a BigDecimal-valued result.Remote.ToComparableFunction Represents a function that produces a Comparable-valued result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.util.comparator Class Description Remote.Comparator A comparison function, which imposes a total ordering on some collection of objects. -
Classes in com.tangosol.util.function used by com.tangosol.util.extractor Class Description Remote.Function Represents a function that accepts one argument and produces a result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result. -
Classes in com.tangosol.util.function used by com.tangosol.util.function Class Description Remote.BiConsumer Represents an operation that accepts two input arguments and returns no result.Remote.BiFunction Represents a function that accepts two arguments and produces a result.Remote.BinaryOperator Represents an operation upon two operands of the same type, producing a result of the same type as the operands.Remote.BiPredicate Represents a predicate (boolean-valued function) of two arguments.Remote.BooleanSupplier Represents a supplier ofboolean
-valued results.Remote.Callable A task that returns a result and may throw an exception.Remote.Comparator A comparison function, which imposes a total ordering on some collection of objects.Remote.Consumer Represents an operation that accepts a single input argument and returns no result.Remote.DoubleBinaryOperator Represents an operation upon twodouble
-valued operands and producing adouble
-valued result.Remote.DoubleConsumer Represents an operation that accepts a singledouble
-valued argument and returns no result.Remote.DoubleFunction Represents a function that accepts a double-valued argument and produces a result.Remote.DoublePredicate Represents a predicate (boolean-valued function) of onedouble
-valued argument.Remote.DoubleSupplier Represents a supplier ofdouble
-valued results.Remote.DoubleToIntFunction Represents a function that accepts a double-valued argument and produces an int-valued result.Remote.DoubleToLongFunction Represents a function that accepts a double-valued argument and produces a long-valued result.Remote.DoubleUnaryOperator Represents an operation on a singledouble
-valued operand that produces adouble
-valued result.Remote.Function Represents a function that accepts one argument and produces a result.Remote.IntBinaryOperator Represents an operation upon twoint
-valued operands and producing anint
-valued result.Remote.IntConsumer Represents an operation that accepts a singleint
-valued argument and returns no result.Remote.IntFunction Represents a function that accepts an int-valued argument and produces a result.Remote.IntPredicate Represents a predicate (boolean-valued function) of oneint
-valued argument.Remote.IntSupplier Represents a supplier ofint
-valued results.Remote.IntToDoubleFunction Represents a function that accepts an int-valued argument and produces a double-valued result.Remote.IntToLongFunction Represents a function that accepts an int-valued argument and produces a long-valued result.Remote.IntUnaryOperator Represents an operation on a singleint
-valued operand that produces anint
-valued result.Remote.LongBinaryOperator Represents an operation upon twolong
-valued operands and producing along
-valued result.Remote.LongConsumer Represents an operation that accepts a singlelong
-valued argument and returns no result.Remote.LongFunction Represents a function that accepts a long-valued argument and produces a result.Remote.LongPredicate Represents a predicate (boolean-valued function) of onelong
-valued argument.Remote.LongSupplier Represents a supplier oflong
-valued results.Remote.LongToDoubleFunction Represents a function that accepts a long-valued argument and produces a double-valued result.Remote.LongToIntFunction Represents a function that accepts a long-valued argument and produces an int-valued result.Remote.LongUnaryOperator Represents an operation on a singlelong
-valued operand that produces along
-valued result.Remote.ObjDoubleConsumer Represents an operation that accepts an object-valued and adouble
-valued argument, and returns no result.Remote.ObjIntConsumer Represents an operation that accepts an object-valued and aint
-valued argument, and returns no result.Remote.ObjLongConsumer Represents an operation that accepts an object-valued and along
-valued argument, and returns no result.Remote.Predicate Represents a predicate (boolean-valued function) of one argument.Remote.Runnable TheRunnable
interface should be implemented by any class whose instances are intended to be executed by a thread.Remote.Supplier Represents a supplier of results.Remote.ToDoubleBiFunction Represents a function that accepts two arguments and produces a double-valued result.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntBiFunction Represents a function that accepts two arguments and produces an int-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongBiFunction Represents a function that accepts two arguments and produces a long-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result.Remote.UnaryOperator Represents an operation on a single operand that produces a result of the same type as its operand. -
Classes in com.tangosol.util.function used by com.tangosol.util.processor Class Description Remote.Supplier Represents a supplier of results. -
Classes in com.tangosol.util.function used by com.tangosol.util.stream Class Description Remote.BiConsumer Represents an operation that accepts two input arguments and returns no result.Remote.BiFunction Represents a function that accepts two arguments and produces a result.Remote.BinaryOperator Represents an operation upon two operands of the same type, producing a result of the same type as the operands.Remote.Comparator A comparison function, which imposes a total ordering on some collection of objects.Remote.Consumer Represents an operation that accepts a single input argument and returns no result.Remote.DoubleBinaryOperator Represents an operation upon twodouble
-valued operands and producing adouble
-valued result.Remote.DoubleConsumer Represents an operation that accepts a singledouble
-valued argument and returns no result.Remote.DoubleFunction Represents a function that accepts a double-valued argument and produces a result.Remote.DoublePredicate Represents a predicate (boolean-valued function) of onedouble
-valued argument.Remote.DoubleToIntFunction Represents a function that accepts a double-valued argument and produces an int-valued result.Remote.DoubleToLongFunction Represents a function that accepts a double-valued argument and produces a long-valued result.Remote.DoubleUnaryOperator Represents an operation on a singledouble
-valued operand that produces adouble
-valued result.Remote.Function Represents a function that accepts one argument and produces a result.Remote.IntBinaryOperator Represents an operation upon twoint
-valued operands and producing anint
-valued result.Remote.IntConsumer Represents an operation that accepts a singleint
-valued argument and returns no result.Remote.IntFunction Represents a function that accepts an int-valued argument and produces a result.Remote.IntPredicate Represents a predicate (boolean-valued function) of oneint
-valued argument.Remote.IntToDoubleFunction Represents a function that accepts an int-valued argument and produces a double-valued result.Remote.IntToLongFunction Represents a function that accepts an int-valued argument and produces a long-valued result.Remote.IntUnaryOperator Represents an operation on a singleint
-valued operand that produces anint
-valued result.Remote.LongBinaryOperator Represents an operation upon twolong
-valued operands and producing along
-valued result.Remote.LongConsumer Represents an operation that accepts a singlelong
-valued argument and returns no result.Remote.LongFunction Represents a function that accepts a long-valued argument and produces a result.Remote.LongPredicate Represents a predicate (boolean-valued function) of onelong
-valued argument.Remote.LongToDoubleFunction Represents a function that accepts a long-valued argument and produces a double-valued result.Remote.LongToIntFunction Represents a function that accepts a long-valued argument and produces an int-valued result.Remote.LongUnaryOperator Represents an operation on a singlelong
-valued operand that produces along
-valued result.Remote.ObjDoubleConsumer Represents an operation that accepts an object-valued and adouble
-valued argument, and returns no result.Remote.ObjIntConsumer Represents an operation that accepts an object-valued and aint
-valued argument, and returns no result.Remote.ObjLongConsumer Represents an operation that accepts an object-valued and along
-valued argument, and returns no result.Remote.Predicate Represents a predicate (boolean-valued function) of one argument.Remote.Supplier Represents a supplier of results.Remote.ToDoubleFunction Represents a function that produces a double-valued result.Remote.ToIntFunction Represents a function that produces an int-valued result.Remote.ToLongFunction Represents a function that produces a long-valued result.