ImmutableKmFlexibleTypeUpperBound

data class ImmutableKmFlexibleTypeUpperBound

Immutable representation of KmFlexibleTypeUpperBound.

Represents an upper bound of a flexible Kotlin type.

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
val type: ImmutableKmType
Upper bound of the flexible type.
typeFlexibilityId
Link copied to clipboard
val typeFlexibilityId: String?
Id of the kind of flexibility this type has.