@FunctionalInterface public interface DoubleToDoubleFunction
double
-consuming and
double
-producing primitive specialization for
Function
.
This is a functional interface whose
functional method is applyAsDouble(double)
.
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(double value)
Applies this function to the given argument.
|
Copyright © 2025. All rights reserved.