Class MathLib.max

All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
MathLib

public static class MathLib.max extends VarArgFunction
  • Constructor Details

    • max

      public max()
  • Method Details

    • invoke

      public Varargs invoke(Varargs args)
      Description copied from class: VarArgFunction
      Subclass responsibility. May not have expected behavior for tail calls. Should not be used if: - function has a possibility of returning a TailcallVarargs
      Overrides:
      invoke in class VarArgFunction
      Parameters:
      args - the arguments to the function call.