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