Class LongToByte
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_byte.LongToByte
- All Implemented Interfaces:
LongFunction<Byte>
Convert the input long value to a byte, with negative values
masked away.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongToByte
public LongToByte()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Byte>
-