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