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