<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>> R |
AbstractRepository.max(Filter<?> filter,
Remote.ToComparableFunction<? super T,R> extractor) |
Return the maximum value of the specified function.
|
<R extends Comparable<? super R>> R |
AbstractRepository.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>> R |
AbstractRepository.min(Filter<?> filter,
Remote.ToComparableFunction<? super T,R> extractor) |
Return the minimum value of the specified function.
|
<R extends Comparable<? super R>> R |
AbstractRepository.min(Remote.ToComparableFunction<? super T,R> extractor) |
Return the minimum value of the specified function.
|