Indexed

constructor(vararg formatArgs: Any)(source)

Secondary constructor for the Indexed class.

This constructor accepts a variable number of arguments (formatArgs) and processes them into an immutable list which is passed to the primary constructor of the Indexed class.

Parameters

formatArgs

The variable number of arguments to be used as message parameters.


constructor(argList: List<Any>)(source)