Packagesystem.data.iterators
Classpublic class IterableFormatter
InheritanceIterableFormatter Inheritance Object
Implements Formattable

Converts an Iterable object to a custom string representation.



Public Methods
 MethodDefined By
  
Creates a new IterableFormatter instance.
IterableFormatter
  
format(value:* = null):String
Formats the specified value.
IterableFormatter
Constructor Detail
IterableFormatter()Constructor
public function IterableFormatter()

Creates a new IterableFormatter instance.

Method Detail
format()method
public function format(value:* = null):String

Formats the specified value.

Parameters

value:* (default = null) — The object to format.

Returns
String — the string representation of the formatted value.