with All Constructors
fun <T : KoConstructorProvider> List<T>.withAllConstructors(predicate: (KoConstructorDeclaration) -> Boolean): List<T>
List containing declarations whose all constructors match the given predicate.
Return
A list containing declarations with the specified constructor(s).
Parameters
predicate
The predicate function to determine if a declaration constructor satisfies a condition.