Ko Parent Provider
An interface representing a Kotlin declaration that provides access to its parent declarations.
Inheritors
Functions
Returns the number of parents that satisfies the specified predicate present in the declaration.
Determines whether the declaration has all parents (parent classes and parent interfaces) that satisfy the provided predicate.
Determines whether the declaration has parents with all the specified KClass
type.
Determines whether the declaration has at least one parent of the specified KClass
type.
Returns true
if declaration represents the type of T.
Determines whatever declaration has any parent (parent class and parent interfaces).
Determines whether the declaration has parents (parent classes and parent interfaces) with all the specified names.
Determines whether the declaration has at least one parent (parent class and parent interfaces) whose name matches any of the specified names.
Returns the number of parents.
The parents (parent class and parent interfaces) of the declaration.