Uses of Interface
org.apache.commons.lang3.function.FailableIntToLongFunction
Packages that use FailableIntToLongFunction
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableIntToLongFunction in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableIntToLongFunctionModifier and TypeFieldDescriptionstatic final FailableIntToLongFunction
FailableIntToLongFunction.NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableIntToLongFunctionModifier and TypeMethodDescriptionstatic <E extends Throwable>
FailableIntToLongFunction<E>FailableIntToLongFunction.nop()
Returns The NOP singleton.