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