Interface ThrowingToIntBiFunction<T,U>
- All Superinterfaces:
ToIntBiFunction<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 intapplyAsInt(T t, U u) intapplyAsIntThrows(T t, U u) static <T,U> ToIntBiFunction<T, U> unchecked(ThrowingToIntBiFunction<T, U> throwingToIntBiFunction)
-
Method Details
-
unchecked
-
applyAsInt
- Specified by:
applyAsIntin interfaceToIntBiFunction<T,U>
-
applyAsIntThrows
- Throws:
Exception
-