com.koloboke.function
Interface ToDoubleFunction<T>
- Type Parameters:
T
- the type of the input to the function
public interface ToDoubleFunction<T>
Represents a function that produces a double
-valued result. This is the
double
-producing primitive specialization for Function
.
- See Also:
Function
Method Summary |
double |
applyAsDouble(T value)
Applies this function to the given argument. |
applyAsDouble
double applyAsDouble(T value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result