SuppliedProjection

sealed interface SuppliedProjection(source)

Represents a type expression projection used as an argument for functions' and classifiers' type arguments.

Inheritors

Types

Link copied to clipboard
data class Regular(val variance: KVariance, val type: SuppliedType<*>) : SuppliedProjection

Represents a regular type expression projection that is a type supplier with defined variance.

Link copied to clipboard
data object Star : SuppliedProjection

Represents star projection.