addImplementedType



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

Add an implements to this

Return

this

Parameters

name

the name of the type to extends from


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

Add an implements to this and automatically add the import

Return

this

Parameters

clazz

the type to implements from