T - type parameter for the argument to that function@FunctionalInterface public interface ThrowingToIntFunction<T> extends ToIntFunction<T>
ToDoubleFunction| Modifier and Type | Method and Description |
|---|---|
default int |
applyAsInt(T value) |
int |
doApplyAsInt(T value) |
default int applyAsInt(T value)
applyAsInt in interface ToIntFunction<T>