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