with All Type Aliases
fun <T : KoTypeAliasProvider> List<T>.withAllTypeAliases(predicate: (KoTypeAliasDeclaration) -> Boolean): List<T>
List containing declarations that have all type aliases satisfying the provided predicate.
Return
A filtered list containing declarations with all type aliases satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by all type alias declarations.