Stringable

interface Stringable(source)

Something that has a printable form. I.e., it can be converted to a user-facing String.

Inheritors

Functions

Link copied to clipboard
abstract fun asString(): String