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