@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 DoubleToLongFunction
Copyright © 2004–2016. All rights reserved.