Class Mod
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.Mod
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Mod extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn the result of modulo division by the specified divisor.
-
-
Constructor Summary
Constructors Constructor Description Mod(long modulo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(long operand)
-