TypeConstructorWithKind

data class TypeConstructorWithKind(typeConstructor: TypeConstructor, kind: ClassKind)

Functions

component1
Link copied to clipboard
operator fun component1(): TypeConstructor
component2
Link copied to clipboard
operator fun component2(): ClassKind
copy
Link copied to clipboard
fun copy(typeConstructor: TypeConstructor, kind: ClassKind): TypeConstructorWithKind
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

kind
Link copied to clipboard
val kind: ClassKind
typeConstructor
Link copied to clipboard
val typeConstructor: TypeConstructor