kotlin-algebraic-types-plugin / org.drx.plugin.algebraictypes.extension / VaryingType

VaryingType

interface VaryingType : Type

Properties

variance

abstract val variance: TypeVariance

Extension Functions

fullName

fun Identifier.fullName(): String

generic

fun Type.generic(): Type

genericIn

fun Type.genericIn(type: VaryingType): Type

notGeneric

fun Type.notGeneric(): Type

vary

fun Type.vary(variance: TypeVariance = TypeVariance.No): VaryingType