Interface CheckedIntToLongFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
IntToLongFunction that allows for checked exceptions.-
Method Summary
Modifier and TypeMethodDescriptionlongapplyAsLong(int value) Applies this function to the given argument.static IntToLongFunctionsneaky(CheckedIntToLongFunction function) static IntToLongFunctionunchecked(CheckedIntToLongFunction function) static IntToLongFunctionunchecked(CheckedIntToLongFunction function, Consumer<Throwable> handler)
-
Method Details
-
applyAsLong
-
sneaky
-
unchecked
-
unchecked
-