Interface CheckedLongToIntFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
LongToIntFunction that allows for checked exceptions.-
Method Summary
Modifier and TypeMethodDescriptionintapplyAsInt(long value) Applies this function to the given argument.static LongToIntFunctionsneaky(CheckedLongToIntFunction function) static LongToIntFunctionunchecked(CheckedLongToIntFunction function) static LongToIntFunctionunchecked(CheckedLongToIntFunction function, Consumer<Throwable> handler)
-
Method Details
-
applyAsInt
-
sneaky
-
unchecked
-
unchecked
-