Type

Represents a reference to a class, including its generic type information if applicable. The Type class provides methods and properties to work with both the raw class and its generic type variant.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val simpleName: String

Functions

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