@FunctionalInterface public interface ThrowingIntToLongFunction extends IntToLongFunction
IntToDoubleFunction| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(int value) |
long |
doApplyAsLong(int value) |
default long applyAsLong(int value)
applyAsLong in interface IntToLongFunction