Class Min

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.Min
All Implemented Interfaces:
LongUnaryOperator

public class Min extends Object implements LongUnaryOperator
Return the minimum of either the input value or the specified minimum.
  • Constructor Details

    • Min

      public Min(long min)
  • Method Details