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