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