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