Ko Interface And Object Provider
An interface representing a Kotlin declaration that provides information about interfaces and objects.
Inheritors
Functions
Returns the number of interfaces and objects that satisfies the specified predicate present in the declaration.
Determines whether the declaration has all interfaces and objects that satisfy the provided predicate.
Determines whether the declaration has at least one interface or object that satisfies the provided predicate.
Determines whether the declaration has at least one interface or object whose name matches any of the specified names.
Determines whether the declaration has interfaces and objects with all the specified names.
Determines whatever the declaration has interfaces and objects.
The interfaces and objects present in the declaration.
Returns the number of interfaces and objects present in the declaration.