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