T - the type of the input of the functionpublic interface ToDoubleFunction<T>
double-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(T t)
Applies this function to the given argument.
|
double applyAsDouble(T t)
t - an argumentCopyright © 2017. All rights reserved.