Uses of Interface
org.apache.commons.lang3.function.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
Modifier and TypeFieldDescriptionstatic final FailableIntToLongFunction
FailableIntToLongFunction.NOP
NOP singletonModifier and TypeMethodDescriptionstatic <E extends Throwable>
FailableIntToLongFunction<E>FailableIntToLongFunction.nop()
Returns The NOP singleton.