Uses of Interface
org.apache.commons.lang3.function.FailableIntSupplier
-
Packages that use FailableIntSupplier 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 FailableIntSupplier in org.apache.commons.lang3.function
Methods in org.apache.commons.lang3.function with parameters of type FailableIntSupplier Modifier and Type Method Description static <E extends java.lang.Throwable>
intFailable. getAsInt(FailableIntSupplier<E> supplier)
Invokes an int supplier, and returns the result.
-