Ko Type Alias Provider
An interface representing a Kotlin declaration that provides access to type aliases.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the number of type aliases that satisfies the specified predicate present in the declaration.
Link copied to clipboard
Determines whether the declaration has all type aliases that satisfy the provided predicate.
Link copied to clipboard
Determines whether the declaration has at least one type alias that satisfies the provided predicate.
Link copied to clipboard
Determines whatever declaration has any type alias.
Link copied to clipboard
Determines whether the declaration has type aliases with all the specified names.
Link copied to clipboard
Determines whether the declaration has at least one type alias whose name matches any of the specified names.