Class ModuloToLong
- java.lang.Object
-
- io.virtdata.libbasics.shared.from_long.to_long.ModuloToLong
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class ModuloToLong extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn a long value as the result of modulo division with the specified divisor.
-
-
Constructor Summary
Constructors Constructor Description ModuloToLong(long modulo)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long input)
-