Companion
object Companion
Content copied to clipboard
Functions
invoke
Link copied to clipboard
operator fun invoke(name: String, variance: KModifier? = null): TypeVariableName
Content copied to clipboard
operator fun invoke(name: String, vararg bounds: TypeName, variance: KModifier? = null): TypeVariableName
Content copied to clipboard
operator fun invoke(name: String, vararg bounds: Type, variance: KModifier? = null): TypeVariableName
Content copied to clipboard
operator fun invoke(name: String, vararg bounds: KClass<*>, variance: KModifier? = null): TypeVariableName
Content copied to clipboard