Uses of Interface
org.apache.commons.lang3.function.FailableIntFunction
-
Packages that use FailableIntFunction Package Description org.apache.commons.lang3 Provides highly reusable utility methods, chiefly concerned with adding value to thejava.lang
classes.org.apache.commons.lang3.function Provides functional interfaces to complement those injava.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 FailableIntFunction Modifier and Type Method Description static <T,E extends java.lang.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 FailableIntFunction Modifier and Type Field Description static FailableIntFunction
FailableIntFunction. NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableIntFunction Modifier and Type Method Description static <R,E extends java.lang.Throwable>
FailableIntFunction<R,E>FailableIntFunction. nop()
Gets the NOP singleton.
-