CompletableFuture<BigDecimal> |
AbstractAsyncRepository.average(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the average of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.average(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the average of the specified function.
|
BigDecimal |
AbstractRepository.average(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the average of the specified function.
|
BigDecimal |
AbstractRepository.average(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the average of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.max(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the maximum value of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.max(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the maximum value of the specified function.
|
BigDecimal |
AbstractRepository.max(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the maximum value of the specified function.
|
BigDecimal |
AbstractRepository.max(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the maximum value of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.min(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the minimum value of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.min(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the minimum value of the specified function.
|
BigDecimal |
AbstractRepository.min(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the minimum value of the specified function.
|
BigDecimal |
AbstractRepository.min(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the minimum value of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.sum(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the sum of the specified function.
|
CompletableFuture<BigDecimal> |
AbstractAsyncRepository.sum(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the sum of the specified function.
|
BigDecimal |
AbstractRepository.sum(Filter<?> filter,
Remote.ToBigDecimalFunction<? super T> extractor) |
Return the sum of the specified function.
|
BigDecimal |
AbstractRepository.sum(Remote.ToBigDecimalFunction<? super T> extractor) |
Return the sum of the specified function.
|