Interface CheckedToLongBiFunction<T,U>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
ToLongBiFunction that allows for checked exceptions.-
Method Summary
Modifier and TypeMethodDescriptionlongapplyAsLong(T t, U u) Applies this function to the given arguments.static <T,U> ToLongBiFunction <T, U> sneaky(CheckedToLongBiFunction<T, U> function) static <T,U> ToLongBiFunction <T, U> unchecked(CheckedToLongBiFunction<T, U> function) static <T,U> ToLongBiFunction <T, U> unchecked(CheckedToLongBiFunction<T, U> function, Consumer<Throwable> handler)
-
Method Details
-
applyAsLong
-
sneaky
-
unchecked
-
unchecked
static <T,U> ToLongBiFunction<T,U> unchecked(CheckedToLongBiFunction<T, U> function, Consumer<Throwable> handler)
-