@FunctionalInterface public interface ByteToDoubleFunction
byte
-valued argument and produces a
double
-valued result. This is the byte
-to-double
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(byte value)
Applies this function to the given argument.
|