Class ModuloToShort
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_short.ModuloToShort
-
- All Implemented Interfaces:
java.util.function.LongFunction<java.lang.Short>
public class ModuloToShort extends java.lang.Object implements java.util.function.LongFunction<java.lang.Short>Return a boolean value as the result of modulo division with the specified divisor.
-
-
Constructor Summary
Constructors Constructor Description ModuloToShort(long modulo)
-
Method Summary
Modifier and Type Method Description java.lang.Shortapply(long value)
-