TypeConstructor

sealed class TypeConstructor : Bound

Functions

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

Properties

dri
Link copied to clipboard
abstract val dri: DRI
presentableName
Link copied to clipboard
abstract val presentableName: String?
projections
Link copied to clipboard
abstract val projections: List<Projection>

Inheritors

GenericTypeConstructor
Link copied to clipboard
FunctionalTypeConstructor
Link copied to clipboard