Ko Import Provider
An interface representing a Kotlin declaration that provides access to import declarations.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the number of imports that satisfies the specified predicate present in the declaration.
Link copied to clipboard
Determines whatever the declaration has all imports with the specified predicate.
Link copied to clipboard
Determines whatever the declaration has any import with the specified predicate.
Link copied to clipboard
Determines whatever the declaration has any import.
Link copied to clipboard
Determines whether the declaration has imports with all the specified names.
Link copied to clipboard
Determines whether the declaration has at least one import whose name matches any of the specified names.