Uses of Interface
com.tangosol.util.function.Remote.ToIntFunction
Packages that use Remote.ToIntFunction
Package
Description
Contains classes to enable Repository-like access to Coherence data.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains packages and classes related to the Coherence REST API utilities.
Contains classes that providing topic entities for publish/subscribe messaging.
Contains various generic utilities.
Contains 
ValueExtractor and
 ValueUpdater related classes.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.ToIntFunction in com.oracle.coherence.repositoryMethods in com.oracle.coherence.repository with parameters of type Remote.ToIntFunctionModifier and TypeMethodDescriptionAbstractAsyncRepository.average(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the average of the specified function.AbstractAsyncRepository.average(Remote.ToIntFunction<? super T> extractor) Return the average of the specified function.doubleAbstractRepository.average(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the average of the specified function.doubleAbstractRepository.average(Remote.ToIntFunction<? super T> extractor) Return the average of the specified function.AbstractAsyncRepository.max(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the maximum value of the specified function.AbstractAsyncRepository.max(Remote.ToIntFunction<? super T> extractor) Return the maximum value of the specified function.intAbstractRepository.max(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the maximum value of the specified function.intAbstractRepository.max(Remote.ToIntFunction<? super T> extractor) Return the maximum value of the specified function.AbstractAsyncRepository.min(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the minimum value of the specified function.AbstractAsyncRepository.min(Remote.ToIntFunction<? super T> extractor) Return the minimum value of the specified function.intAbstractRepository.min(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the minimum value of the specified function.intAbstractRepository.min(Remote.ToIntFunction<? super T> extractor) Return the minimum value of the specified function.AbstractAsyncRepository.sum(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the sum of the specified function.AbstractAsyncRepository.sum(Remote.ToIntFunction<? super T> extractor) Return the sum of the specified function.longAbstractRepository.sum(Filter<?> filter, Remote.ToIntFunction<? super T> extractor) Return the sum of the specified function.longAbstractRepository.sum(Remote.ToIntFunction<? super T> extractor) Return the sum of the specified function.
- 
Uses of Remote.ToIntFunction in com.tangosol.coherence.jcache.partitionedcacheClasses in com.tangosol.coherence.jcache.partitionedcache that implement Remote.ToIntFunctionModifier and TypeClassDescriptionstatic classGet CacheStatistics from binEntry's context for JCache id.
- 
Uses of Remote.ToIntFunction in com.tangosol.coherence.rest.utilClasses in com.tangosol.coherence.rest.util that implement Remote.ToIntFunctionModifier and TypeClassDescriptionclassPropertySet<T>Represents a set of named properties and allows the extraction of those properties from a target object.
- 
Uses of Remote.ToIntFunction in com.tangosol.net.topicMethods in com.tangosol.net.topic with parameters of type Remote.ToIntFunctionModifier and TypeMethodDescriptionstatic <V> Publisher.OrderBy<V> Publisher.OrderBy.value(Remote.ToIntFunction<? super V> supplierOrderId) Return an OrderBy which will compute the unit-of-order based on thesent value.
- 
Uses of Remote.ToIntFunction in com.tangosol.utilSubinterfaces of Remote.ToIntFunction in com.tangosol.utilModifier and TypeInterfaceDescriptioninterfaceValueExtractor<T,E> ValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.Classes in com.tangosol.util that implement Remote.ToIntFunctionModifier and TypeClassDescriptionstatic classA ValueExtractor that always results in the passed-in value.Methods in com.tangosol.util with parameters of type Remote.ToIntFunctionModifier and TypeMethodDescriptionstatic <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Double> Aggregators.average(Remote.ToIntFunction<? super T> extractor) Return an aggregator that calculates an average of the int values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.max(Remote.ToIntFunction<? super T> extractor) Return an aggregator that calculates a maximum of the int values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.min(Remote.ToIntFunction<? super T> extractor) Return an aggregator that calculates a minimum of the int values extracted from a set of entries in a Map.static <K,V, T> InvocableMap.StreamingAggregator <K, V, ?, Long> Aggregators.sum(Remote.ToIntFunction<? super T> extractor) Return an aggregator that calculates a sum of the int values extracted from a set of entries in a Map.
- 
Uses of Remote.ToIntFunction in com.tangosol.util.extractorSubinterfaces of Remote.ToIntFunction in com.tangosol.util.extractorModifier and TypeInterfaceDescriptioninterfaceIndexAwareExtractor<T,E> IndexAwareExtractor is an extension to theValueExtractorinterface that supports the creation and destruction of anindex.Classes in com.tangosol.util.extractor that implement Remote.ToIntFunctionModifier and TypeClassDescriptionclassAbstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.classAbstractExtractor<T,E> Abstract base for ValueExtractor implementations.classChainedExtractor<T,E> Composite ValueExtractor implementation based on an array of extractors.classAValueExtractorthat extracts aFragmentfrom a nested property of the target object.classComparisonValueExtractor<T,E extends Number> A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target.classConditionalExtractor<T,E> An IndexAwareExtractor implementation that is only used to create aConditionalIndex.classDeserializationAccelerator is anIndexAwareExtractorimplementation that is used to create aForwardOnlyMapIndex, which in turn is used for deserialization optimization.classThe EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.classAValueExtractorthat is used to extract aFragmentfrom an object.classTrivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.classKeyExtractor<T,E> The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values.classComposite ValueExtractor implementation based on an array of extractors.classPofExtractor<T,E> POF-based ValueExtractor implementation.classReflectionExtractor<T,E> Reflection-based ValueExtractor implementation.classScriptValueExtractor<T,E> ScriptValueExtractor is anAbstractExtractorthat wraps a script written in one of the languages supported by Graal VM.classUniversalExtractor<T,E> Universal ValueExtractor implementation.
- 
Uses of Remote.ToIntFunction in com.tangosol.util.functionMethods in com.tangosol.util.function that return Remote.ToIntFunctionModifier and TypeMethodDescriptionstatic <T> Remote.ToIntFunction<T> Remote.toIntFunction(Remote.ToIntFunction<T> function) Capture serializable ToIntFunction.Methods in com.tangosol.util.function with parameters of type Remote.ToIntFunctionModifier and TypeMethodDescriptionstatic <T> Remote.Comparator<T> Remote.Comparator.comparingInt(Remote.ToIntFunction<? super T> keyExtractor) Accepts a function that extracts anintsort key from a typeT, and returns aComparator<T>that compares by that sort key.default Remote.Comparator<T> Remote.Comparator.thenComparingInt(Remote.ToIntFunction<? super T> keyExtractor) Returns a lexicographic-order comparator with a function that extracts aintsort key.static <T> Remote.ToIntFunction<T> Remote.toIntFunction(Remote.ToIntFunction<T> function) Capture serializable ToIntFunction.
- 
Uses of Remote.ToIntFunction in com.tangosol.util.streamMethods in com.tangosol.util.stream with parameters of type Remote.ToIntFunctionModifier and TypeMethodDescriptiondefault RemoteIntStreamRemoteStream.mapToInt(Remote.ToIntFunction<? super T> mapper) Returns anIntStreamconsisting of the results of applying the given function to the elements of this stream.