Uses of Interface
org.apache.commons.lang3.function.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.function
Modifier and TypeMethodDescriptionstatic <E extends Throwable>
doubleFailable.applyAsDouble
(FailableDoubleBinaryOperator<E> function, double left, double right) Applies a function and rethrows any exception as aRuntimeException
.