Class ModuloToByte
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_byte.ModuloToByte
- All Implemented Interfaces:
LongFunction<Byte>
Return a byte value as the result of modulo division with the specified divisor.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModuloToByte
public ModuloToByte(long modulo)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Byte>
-