- All Superinterfaces:
ToDoubleBiFunction<T,U>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Generated(value="marid", date="2020-03-24T18:45:48.170901Z") @FunctionalInterface public interface InvocationToDoubleBiFunction<T,U> extends ToDoubleBiFunction<T,U>
-
Method Summary
Modifier and Type Method Description default doubleapplyAsDouble(T arg0, U arg1)doubleapplyAsDoubleChecked(T arg0, U arg1)static <T, U> InvocationToDoubleBiFunction<T,U>of(InvocationToDoubleBiFunction<T,U> value)
-
Method Details
-
applyAsDoubleChecked
- Throws:
Throwable
-
applyAsDouble
- Specified by:
applyAsDoublein interfaceToDoubleBiFunction<T,U>
-
of
-