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