kotlinpoet / com.squareup.kotlinpoet / TypeVariableName / copy

copy

fun copy(nullable: Boolean, annotations: List<AnnotationSpec>): TypeVariableName

Overrides TypeName.copy


fun copy(nullable: Boolean = this.isNullable, annotations: List<AnnotationSpec> = this.annotations.toList(), bounds: List<TypeName> = this.bounds.toList(), reified: Boolean = this.isReified): TypeVariableName