without Receiver Type
fun <T : KoReceiverTypeProvider> List<T>.withoutReceiverType(predicate: (KoTypeDeclaration) -> Boolean? = null): List<T>
List containing declarations without the specified receiver type.
Return
A list containing declarations without the specified receiver type (or none receiver type if predicate is null).
Parameters
predicate
The predicate function to determine if a declaration receiver type satisfies a condition.