@FunctionalInterface public interface LongToDoubleFunction
long
-to-double
primitive
specialization for Function
.
This is a functional interface
whose functional method is applyAsDouble(long)
.
Function
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(long value)
Applies this function to the given argument.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2025 aicas GmbH. All Rights Reserved.