Class StringLib._char

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

public static final class StringLib._char extends VarArgFunction
string.char (...) Receives zero or more integers. Returns a string with length equal to the number of arguments, in which each character has the internal numerical code equal to its corresponding argument. Note that numerical codes are not necessarily portable across platforms.
  • Constructor Details

    • _char

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