Companion

object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

STAR
Link copied to clipboard

Star projection (*). For example, in MutableMap<in String?, *>, * is the star projection which is the second type argument of the type.

val STAR: KmTypeProjection