Class SeqMaxFunction

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

public class SeqMaxFunction extends AbstractSeqMinMaxFunction
seq.max function to find the largest element in sequence.
Since:
4.1.2
Author:
dennis
See Also:
  • Constructor Details

    • SeqMaxFunction

      public SeqMaxFunction()
  • 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