com.koloboke.function
Interface DoubleToByteFunction
public interface DoubleToByteFunction
Represents a function that accepts a double
-valued argument and produces a
byte
-valued result. This is the double
-to-byte
primitive
specialization for Function
.
- See Also:
Function
Method Summary |
byte |
applyAsByte(double value)
Applies this function to the given argument. |
applyAsByte
byte applyAsByte(double value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result