formatFunction

var formatFunction: (T) -> String?

The formatFunction that gets used to obtain a String representation for each item.

If the value is null, the toString function of the item is used instead.

See also