Class MaxOperation<T extends Number>

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

public class MaxOperation<T extends Number> extends Object implements Operation<T>
Operation to perform a max operation on a value.