Home
last modified time | relevance | path

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

/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DTypeVariableName.kt249 public fun TypeVariable.asTypeVariableName(): TypeVariableName = in asTypeVariableName() method
258 public fun TypeParameterElement.asTypeVariableName(): TypeVariableName { in asTypeVariableName() method
265 public fun KTypeParameter.asTypeVariableName(): TypeVariableName { in asTypeVariableName() method