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