Uses of Interface
org.apache.commons.lang3.function.FailableIntSupplier
Packages that use FailableIntSupplier
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of FailableIntSupplier in org.apache.commons.lang3.functionMethods in org.apache.commons.lang3.function with parameters of type FailableIntSupplierModifier and TypeMethodDescriptionstatic <E extends Throwable>
 intFailable.getAsInt(FailableIntSupplier<E> supplier) Invokes an int supplier, and returns the result.