Home
last modified time | relevance | path

Searched defs:asTypeVariableName (Results 1 – 1 of 1) sorted by relevance

/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DTypeVariableName.kt273 public fun TypeVariable.asTypeVariableName(): TypeVariableName = in asTypeVariableName() method
282 public fun TypeParameterElement.asTypeVariableName(): TypeVariableName { in asTypeVariableName() method
289 public fun KTypeParameter.asTypeVariableName(): TypeVariableName { in asTypeVariableName() method