withoutReceiverTypeOf

fun <T : KoReceiverTypeProvider> List<T>.withoutReceiverTypeOf(kClass: KClass<*>, vararg kClasses: KClass<*>): List<T>

List containing declarations without receiver type.

Return

A list containing declarations without receiver type of the specified Kotlin class(es).

Parameters

kClass

The Kotlin class representing the receiver type to exclude.

kClasses

The Kotlin class(es) representing the receiver type(s) to exclude.


List containing declarations without receiver type.

Return

A list containing declarations without receiver type of the specified Kotlin class(es).

Parameters

kClasses

The Kotlin class(es) representing the receiver type(s) to exclude.