Uses of Interface
org.apache.commons.lang3.function.FailableDoubleBinaryOperator
Packages that use FailableDoubleBinaryOperator
Package
Description
Provides functional interfaces to complement those in 
java.lang.function and utilities for working with Java
 8 lambdas.- 
Uses of FailableDoubleBinaryOperator in org.apache.commons.lang3.functionMethods in org.apache.commons.lang3.function with parameters of type FailableDoubleBinaryOperatorModifier and TypeMethodDescriptionstatic <E extends Throwable>
 doubleFailable.applyAsDouble(FailableDoubleBinaryOperator<E> function, double left, double right) Applies a function and rethrows any exception as aRuntimeException.