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