Interface ThrowingToLongBiFunction<T,U>
- All Superinterfaces:
ToLongBiFunction<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.
-
Method Summary
Modifier and TypeMethodDescriptiondefault longapplyAsLong(T t, U u) longapplyAsLongThrows(T t, U u) static <T,U> ToLongBiFunction<T, U> unchecked(ThrowingToLongBiFunction<T, U> throwingToLongBiFunction)
-
Method Details
-
unchecked
static <T,U> ToLongBiFunction<T,U> unchecked(ThrowingToLongBiFunction<T, U> throwingToLongBiFunction) -
applyAsLong
- Specified by:
applyAsLongin interfaceToLongBiFunction<T,U>
-
applyAsLongThrows
- Throws:
Exception
-