Interface ThrowingToIntFunction<T>
- All Superinterfaces:
ToIntFunction<T>
- 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 value) intapplyAsIntThrows(T value) static <T> ToIntFunction<T>unchecked(ThrowingToIntFunction<T> throwingToIntFunction)
-
Method Details
-
unchecked
-
applyAsInt
- Specified by:
applyAsIntin interfaceToIntFunction<T>
-
applyAsIntThrows
- Throws:
Exception
-