Uses of Interface
org.apache.commons.lang3.function.FailableIntFunction
Packages that use FailableIntFunction
Package
Description
Provides highly reusable utility methods, chiefly concerned with adding value to the
java.lang
classes.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
Methods in org.apache.commons.lang3 with parameters of type FailableIntFunctionModifier and TypeMethodDescriptionstatic <T,
E extends Throwable>
T[]ArrayFill.fill
(T[] array, FailableIntFunction<? extends T, E> generator) Fills and returns the given array, using the provided generator supplier to compute each element. -
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()
Gets the NOP singleton.