Modifier and Type | Method and Description |
---|---|
static <T> int |
Exceptional.applyAsInt(CheckedToIntFunction<T,?> function,
T t)
Invokes
applyAsInt(Object) catching any checked
Exception s rethrowing as unchecked. |
static <T,E extends Throwable> |
CheckedComparator.comparingInt(CheckedToIntFunction<? super T,? extends E> keyExtractor)
|
default IntStream |
EmeticStream.mapToInt(CheckedToIntFunction<? super T,?> mapper) |
default CheckedComparator<T,E> |
CheckedComparator.thenComparingInt(CheckedToIntFunction<? super T,? extends E> keyExtractor)
|
static <T> ToIntFunction<T> |
Exceptional.uncheckToIntFunction(CheckedToIntFunction<T,?> function)
Converts a
CheckedToIntFunction into a ToIntFunction . |
Copyright © 2016–2018 earcam. All rights reserved.