@FunctionalInterface
public interface Double2DoubleFunction
extends java.util.function.DoubleUnaryOperator
| Modifier and Type | Method and Description |
|---|---|
default double |
applyAsDouble(double k) |
double |
get(double k)
Type Specific get function to reduce boxing/unboxing
|
double get(double k)
k - the value that should be processeddefault double applyAsDouble(double k)
applyAsDouble in interface java.util.function.DoubleUnaryOperator