appendToName

fun ClassName.appendToName(suffix: String): ClassName

Creates a new version of the classname where the simple name has the given suffix added to it.

If there are multiple simple names they are combined into 1.