@FunctionalInterface public interface CheckedToLongBiFunction<T,U>
ToLongBiFunction that allows for checked exceptions.
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T t, U u)
Applies this function to the given arguments.
|