with Type Aliases
List containing declarations with any type alias.
Return
A list containing declarations with any type alias.
fun <T : KoTypeAliasProvider> List<T>.withTypeAliases(predicate: (List<KoTypeAliasDeclaration>) -> Boolean): List<T>
List containing declarations with type alias declarations satisfying the predicate.
Return
A list containing declarations with type alias declarations satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by the list of type alias declarations.