Class MinOperation<T extends Number>

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

public class MinOperation<T extends Number> extends Object implements Operation<T>
Operation to perform a min operation on a value.
  • Constructor Details

    • MinOperation

      public MinOperation(T value)
      Constructs a min operation.
      Parameters:
      value - the value to perform the min operation with.
  • Method Details