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