Class MultiplyOperation<T extends Number>

java.lang.Object
jromp.operation.MultiplyOperation<T>
Type Parameters:
T - the type of the value.
All Implemented Interfaces:
Supplier<UnaryOperator<T>>, Operation<T>

public class MultiplyOperation<T extends Number> extends Object implements Operation<T>
Operation to multiply a value by another value.