Immutable Km Flexible Type Upper Bound
Immutable representation of KmFlexibleTypeUpperBound.
Represents an upper bound of a flexible Kotlin type.
data class ImmutableKmFlexibleTypeUpperBound
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: ImmutableKmType, typeFlexibilityId: String?): ImmutableKmFlexibleTypeUpperBound
Content copied to clipboard
equals
Link copied to clipboard
toMutable
Link copied to clipboard
Properties
type
Link copied to clipboard
Upper bound of the flexible type.
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.