kotlin.Unit

Unit

object Unit

The type with only one value: the Unit object. This type corresponds to the void type in Java.

Functions

toString

fun toString(): String

Returns a string representation of the object.

Inherited Functions

equals