kotlinpoet / com.squareup.kotlinpoet / TypeVariableName / withBounds

withBounds

fun withBounds(vararg bounds: Type): TypeVariableName
fun withBounds(vararg bounds: KClass<*>): TypeVariableName
fun withBounds(vararg bounds: TypeName): TypeVariableName
fun withBounds(bounds: List<TypeName>): TypeVariableName