Class Mul
- java.lang.Object
-
- io.virtdata.basicsmappers.from_long.to_long.Mul
-
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class Mul extends java.lang.Object implements java.util.function.LongUnaryOperatorReturn the result of multiplying the specified value with the input.
-
-
Constructor Summary
Constructors Constructor Description Mul(long multiplicand)
-
Method Summary
Modifier and Type Method Description longapplyAsLong(long operand)
-