Package jromp.operation
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>
Operation to add a value to another value.
-
Method Details
-
identifier
Description copied from interface:OperationReturns the identifier of the operation.- Specified by:
identifierin interfaceOperation<T extends Number>- Returns:
- String representation of the operation.
-
get
Description copied from interface:OperationReturns the operation as aUnaryOperator.
-