Modifier and Type | Method and Description |
---|---|
static <T> long |
Exceptional.applyAsLong(CheckedToLongFunction<T,?> function,
T t)
Invokes
applyAsLong(Object) catching any checked
Exception s rethrowing as unchecked. |
static <T,E extends Throwable> |
CheckedComparator.comparingLong(CheckedToLongFunction<? super T,? extends E> keyExtractor)
|
default LongStream |
EmeticStream.mapToLong(CheckedToLongFunction<? super T,?> mapper) |
default CheckedComparator<T,E> |
CheckedComparator.thenComparingLong(CheckedToLongFunction<? super T,? extends E> keyExtractor)
|
static <T> ToLongFunction<T> |
Exceptional.uncheckToLongFunction(CheckedToLongFunction<T,?> function)
Converts a
CheckedToLongFunction into a ToLongFunction . |
Copyright © 2016–2018 earcam. All rights reserved.