W3cubDocs

/Kotlin

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

open operator fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

hashCode

open fun hashCode(): Int

Returns a hash code value for the object. The general contract of hashCode is:

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html