Uses of Interface
org.apache.commons.lang3.function.FailableObjDoubleConsumer
-
Packages that use FailableObjDoubleConsumer 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 FailableObjDoubleConsumer in org.apache.commons.lang3.function
Fields in org.apache.commons.lang3.function declared as FailableObjDoubleConsumer Modifier and Type Field Description static FailableObjDoubleConsumer
FailableObjDoubleConsumer. NOP
NOP singletonMethods in org.apache.commons.lang3.function that return FailableObjDoubleConsumer Modifier and Type Method Description static <T,E extends java.lang.Throwable>
FailableObjDoubleConsumer<T,E>FailableObjDoubleConsumer. nop()
Returns The NOP singleton.
-