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