withoutAllClassesAndInterfacesAndObjectsNamed

fun <T : KoClassAndInterfaceAndObjectProvider> List<T>.withoutAllClassesAndInterfacesAndObjectsNamed(name: String, vararg names: String, includeNested: Boolean = true, includeLocal: Boolean = true): List<T>

List containing declarations without all specified classes, interfaces and objects.

Return

A list containing declarations without all specified class(es), interface(s) and object(s).

Parameters

name

The name of the class, interface or object to exclude.

names

The name(s) of the class(es), interface(s) and object(s) to exclude.

includeNested

Whether to include nested classes, interfaces and objects.

includeLocal

Whether to include local classes.


List containing declarations without all specified classes, interfaces and objects.

Return

A list containing declarations without all specified class(es), interface(s) and object(s).

Parameters

names

The name(s) of the class(es), interface(s) and object(s) to exclude.

includeNested

Whether to include nested classes, interfaces and objects.

includeLocal

Whether to include local classes.