@FunctionalInterface public interface DoubleToLongFunction extends DoubleToLongFunction, Serializable
| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(double each) |
long |
valueOf(double doubleParameter) |
long valueOf(double doubleParameter)
default long applyAsLong(double each)
applyAsLong in interface DoubleToLongFunctionCopyright © 2004–2021. All rights reserved.