Uses of Interface
org.apache.commons.lang3.function.FailableObjIntConsumer
-
Packages that use FailableObjIntConsumer Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.function
and utilities for working with Java 8 lambdas. -
-
Uses of FailableObjIntConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableObjIntConsumer Modifier and Type Field Description static FailableObjIntConsumer
FailableObjIntConsumer. NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableObjIntConsumer Modifier and Type Method Description static <T,E extends java.lang.Throwable>
FailableObjIntConsumer<T,E>FailableObjIntConsumer. nop()
Returns The NOP singleton.
-