without Constructors
List containing declarations without constructor.
Return
A list containing declarations without the constructor.
fun <T : KoConstructorProvider> List<T>.withoutConstructors(predicate: (List<KoConstructorDeclaration>) -> Boolean): List<T>
List containing declarations without constructor declarations satisfying the predicate.
Return
A list containing declarations without constructor declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of constructor declarations.