ToStringFunction

fun interface ToStringFunction<T>(source)

Functions

Link copied to clipboard
abstract fun toString(item: T): String