@FunctionalInterface public interface DoubleByteToByteFunction
double
-valued and
a byte
-valued argument
and produces a byte
-valued result.
This is the (double, byte, byte)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
byte |
applyAsByte(double a,
byte b)
Applies this function to the given arguments.
|