List of usage examples for java.util.function ToDoubleBiFunction interface-usage
From source file at.gridtec.lambda4j.function.bi.to.ToDoubleBiFunction2.java
/**
* Represents an operation that accepts two input arguments and produces a
* {@code double}-valued result.
* This is a primitive specialization of {@link BiFunction2}.
* <p>
* This is a {@link FunctionalInterface} whose functional method is {@link #applyAsDouble(Object, Object)}.
From source file at.gridtec.lambda4j.function.bi.to.ThrowableToDoubleBiFunction.java
/**
* Represents an operation that accepts two input arguments and produces a
* {@code double}-valued result which is able to throw any {@link Throwable}.
* This is a primitive specialization of {@link ThrowableBiFunction}.
* <p>
* This is a {@link FunctionalInterface} whose functional method is {@link #applyAsDoubleThrows(Object, Object)}.