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