@FunctionalInterface public interface CheckedToDoubleBiFunction<T,U>
ToDoubleBiFunction that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(T t,
U u)
Applies this function to the given arguments.
|
Copyright © 2014. All Rights Reserved.