Class Div
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.Div
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Div extends java.lang.Object implements java.util.function.LongUnaryOperatorDivide the operand by a fixed value and return the result.
-
-
Constructor Summary
Constructors Constructor Description Div(long divisor)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-