Modifier and Type | Interface and Description |
---|---|
interface |
CheckedComparator<T,E extends Throwable>
A checked equivalent of
Comparator , also extends CheckedToIntBiFunction |
Modifier and Type | Method and Description |
---|---|
static <T,U> int |
Exceptional.applyAsInt(CheckedToIntBiFunction<T,U,?> function,
T t,
U u)
Invokes
CheckedFunction.apply(Object) catching any checked
Exception s rethrowing as unchecked. |
static <T,U> ToIntBiFunction<T,U> |
Exceptional.uncheckToIntBiFunction(CheckedToIntBiFunction<T,U,?> function)
Converts a
CheckedToIntBiFunction into an unchecked ToIntBiFunction . |
Copyright © 2016–2018 earcam. All rights reserved.