Uses of Interface
com.tangosol.util.function.Remote.ToComparableFunction
Package
Description
Contains classes to enable Repository-like access to Coherence data.
Contains various generic utilities.
-
Uses of Remote.ToComparableFunction in com.oracle.coherence.repository
Modifier and TypeMethodDescription<R extends Comparable<? super R>>
CompletableFuture<R> AbstractAsyncRepository.max
(Filter<?> filter, Remote.ToComparableFunction<? super T, R> extractor) Return the maximum value of the specified function.<R extends Comparable<? super R>>
CompletableFuture<R> AbstractAsyncRepository.max
(Remote.ToComparableFunction<? super T, R> extractor) Return the maximum value of the specified function.<R extends Comparable<? super R>>
RAbstractRepository.max
(Filter<?> filter, Remote.ToComparableFunction<? super T, R> extractor) Return the maximum value of the specified function.<R extends Comparable<? super R>>
RAbstractRepository.max
(Remote.ToComparableFunction<? super T, R> extractor) Return the maximum value of the specified function.<R extends Comparable<? super R>>
CompletableFuture<R> AbstractAsyncRepository.min
(Filter<?> filter, Remote.ToComparableFunction<? super T, R> extractor) Return the minimum value of the specified function.<R extends Comparable<? super R>>
CompletableFuture<R> AbstractAsyncRepository.min
(Remote.ToComparableFunction<? super T, R> extractor) Return the minimum value of the specified function.<R extends Comparable<? super R>>
RAbstractRepository.min
(Filter<?> filter, Remote.ToComparableFunction<? super T, R> extractor) Return the minimum value of the specified function.<R extends Comparable<? super R>>
RAbstractRepository.min
(Remote.ToComparableFunction<? super T, R> extractor) Return the minimum value of the specified function. -
Uses of Remote.ToComparableFunction in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <K,
V, T, R extends Comparable<? super R>>
InvocableMap.StreamingAggregator<K, V, ?, R> Aggregators.max
(Remote.ToComparableFunction<? super T, ? extends R> extractor) Return an aggregator that calculates a maximum of the Comparable values extracted from a set of entries in a Map.static <K,
V, T, R extends Comparable<? super R>>
InvocableMap.StreamingAggregator<K, V, ?, R> Aggregators.min
(Remote.ToComparableFunction<? super T, ? extends R> extractor) Return an aggregator that calculates a minimum of the Comparable values extracted from a set of entries in a Map.