Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
CheckedBinaryOperator.maxBy(CheckedComparator<? super T,? extends E> comparator)
|
static <T,E extends Throwable> |
CheckedBinaryOperator.minBy(CheckedComparator<? super T,E> comparator)
|
Modifier and Type | Method and Description |
---|---|
default Optional<T> |
EmeticStream.reduce(CheckedBinaryOperator<T,?> accumulator) |
default T |
EmeticStream.reduce(T identity,
CheckedBinaryOperator<T,?> accumulator) |
static <T> BinaryOperator<T> |
Exceptional.uncheckBinaryOperator(CheckedBinaryOperator<T,?> operator)
Converts a
CheckedBinaryOperator into a BinaryOperator . |
Copyright © 2016–2018 earcam. All rights reserved.