ActualTypealias

data class ActualTypealias(underlyingType: SourceSetDependent<Bound>) : ExtraProperty<DClasslike>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<DClasslike, ActualTypealias>

Functions

component1
Link copied to clipboard
operator fun component1(): SourceSetDependent<Bound>
copy
Link copied to clipboard
fun copy(underlyingType: SourceSetDependent<Bound>): ActualTypealias
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

key
Link copied to clipboard
open override val key: ExtraProperty.Key<DClasslike, ActualTypealias>
underlyingType
Link copied to clipboard
val underlyingType: SourceSetDependent<Bound>