Class SeqMinFunction

All Implemented Interfaces:
AviatorFunction, Serializable, Runnable, Callable<AviatorObject>

public class SeqMinFunction extends AbstractSeqMinMaxFunction
seq.min function to find the smallest element in sequence.
Since:
4.1.2
Author:
dennis
See Also:
  • Constructor Details

    • SeqMinFunction

      public SeqMinFunction()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: AviatorFunction
      Get the function name
      Returns:
    • getOp

      protected com.googlecode.aviator.runtime.function.seq.AbstractSeqMinMaxFunction.Op getOp()
      Specified by:
      getOp in class AbstractSeqMinMaxFunction