T
- the type of the input to the function@FunctionalInterface public interface ToDoubleFunction<T>
double
-producing primitive specialization for Function
.
This is a functional interface
whose functional method is applyAsDouble(Object)
.
Function
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(T value)
Applies this function to the given argument.
|
double applyAsDouble(T value)
value
- the function argumentaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.