Class AddOperation<T extends Number>

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

public class AddOperation<T extends Number> extends Object implements Operation<T>
Operation to add a value to another value.