T
- the type of the input to the function@FunctionalInterface public static interface AbstractEOPHistory.ToDoubleFunction<T> extends Serializable
double
-producing primitive specialization for Function
.
This is a functional interface
whose functional method is applyAsDouble(Object)
.
This interface is identical to its JDK counterpart, but is Serializable.
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T value)
Applies this function to the given argument.
|
double applyAsDouble(T value)
value
- the function argumentCopyright © 2023 CNES. All rights reserved.