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