public interface IntToLongFunction extends IntToLongFunction
| Modifier and Type | Field and Description |
|---|---|
static IntToLongFunction |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int value) |
static final IntToLongFunction DEFAULT
long applyAsLong(int value)
applyAsLong in interface IntToLongFunctionCopyright © 2021. All rights reserved.