kotlinpoet
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kotlinpoet
kotlinpoet
/
com.squareup.kotlinpoet
/
TypeVariableName
/
copy
copy
jvm
open
override
fun
copy
(
nullable
:
Boolean
,
annotations
:
List
<
AnnotationSpec
>
,
tags
:
Map
<
KClass
<
*
>
,
Any
>
)
:
TypeVariableName
fun
copy
(
nullable
:
Boolean
=
this.isNullable
,
annotations
:
List
<
AnnotationSpec
>
=
this.annotations.toList()
,
bounds
:
List
<
TypeName
>
=
this.bounds.toList()
,
reified
:
Boolean
=
this.isReified
,
tags
:
Map
<
KClass
<
*
>
,
Any
>
=
this.tagMap.tags
)
:
TypeVariableName