public interface IntToLongFunction
extends java.util.function.IntToLongFunction
Modifier and Type | Field and Description |
---|---|
static IntToLongFunction |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(int value) |
static final IntToLongFunction DEFAULT