has Type Alias Declaration
abstract override fun hasTypeAliasDeclaration(predicate: (KoTypeAliasDeclaration) -> Boolean?): Boolean
Deprecated
Will be removed in version 0.19.0
Replace with
sourceDeclaration?.hasTypeAliasDeclaration()
Content copied to clipboard
Whether declaration has a specified type alias declaration.
Return
true
if the declaration has the specified type alias declaration (or any type alias declaration if predicate is null
), false
otherwise.
Parameters
predicate
The predicate function used to determine if a type alias declaration satisfies a condition.