Uses of Interface
org.apache.commons.lang3.function.FailableIntToDoubleFunction
Packages that use 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.functionFields in org.apache.commons.lang3.function declared as FailableIntToDoubleFunctionModifier and TypeFieldDescriptionstatic final FailableIntToDoubleFunctionFailableIntToDoubleFunction.NOPNOP singletonMethods in org.apache.commons.lang3.function that return FailableIntToDoubleFunctionModifier and TypeMethodDescriptionstatic <E extends Throwable>
 FailableIntToDoubleFunction<E>FailableIntToDoubleFunction.nop()Returns The NOP singleton.