interface Parameter : Type, Comment
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 |