with Type Alias
fun <T : KoTypeAliasProvider> List<T>.withTypeAlias(predicate: (KoTypeAliasDeclaration) -> Boolean): List<T>
List containing declarations that have at least one type alias satisfying the provided predicate.
Return
A list containing declarations with at least one type alias satisfying the predicate.
Parameters
predicate
A function that defines the condition to be met by a type alias declaration.