ImmutableKmFlexibleTypeUpperBound

Immutable representation of KmFlexibleTypeUpperBound.

Represents an upper bound of a flexible Kotlin type.

data class ImmutableKmFlexibleTypeUpperBound

Functions

component1
Link copied to clipboard
operator fun component1(): ImmutableKmType
component2
Link copied to clipboard
operator fun component2(): String?
copy
Link copied to clipboard
fun copy(type: ImmutableKmType, typeFlexibilityId: String?): ImmutableKmFlexibleTypeUpperBound
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toMutable
Link copied to clipboard
fun toMutable(): KmFlexibleTypeUpperBound
toString
Link copied to clipboard
open override fun toString(): String

Properties

type
Link copied to clipboard

Upper bound of the flexible type.

val type: ImmutableKmType
typeFlexibilityId
Link copied to clipboard

Id of the kind of flexibility this type has. For example, "kotlin.jvm.PlatformType" for JVM platform types, or "kotlin.DynamicType" for JS dynamic type.

val typeFlexibilityId: String?