without Represented Type
fun <T : KoRepresentsTypeProvider> List<T>.withoutRepresentedType(name: String?, vararg names: String?): List<T>
List containing declarations that do not represent the type.
Return
A list containing declarations without the specified types.
Parameters
name
The type name to exclude.
names
The type name(s) to exclude.
fun <T : KoRepresentsTypeProvider> List<T>.withoutRepresentedType(names: Collection<String?>): List<T>
List containing declarations that do not represent the type.
Return
A list containing declarations without the specified types.
Parameters
names
The type name(s) to exclude.