Uses of Interface
org.apache.commons.lang3.function.FailableIntToDoubleFunction
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableIntToDoubleFunction in org.apache.commons.lang3.function
Modifier and TypeFieldDescriptionstatic final FailableIntToDoubleFunction
FailableIntToDoubleFunction.NOP
NOP singletonModifier and TypeMethodDescriptionstatic <E extends Throwable>
FailableIntToDoubleFunction<E>FailableIntToDoubleFunction.nop()
Returns The NOP singleton.