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