Immutable Km Type Projection
Immutable representation of KmTypeProjection.
Represents type projection used in a type argument of the type based on a class or on a type alias. For example, in MutableMap<in String?, *>, in String? is the type projection which is the first type argument of the type.
data class ImmutableKmTypeProjection
Content copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(variance: KmVariance?, type: ImmutableKmType?): ImmutableKmTypeProjection
Content copied to clipboard
equals
Link copied to clipboard