addExtendedType



open fun addExtendedType(clazz: Class<out Any>): N(source)

Add an "extends" to this and automatically add the import

Return

this

Parameters

clazz

the class to extend from


open fun addExtendedType(name: String): N(source)

Add an "extends" to this

Return

this

Parameters

name

the name of the type to extends from