Ko Constructor Provider
An interface representing a Kotlin declaration that provides access to all primary and secondary constructors.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the number of constructors that satisfies the specified predicate present in the declaration.
Link copied to clipboard
Determines whatever the declaration has all constructors with the specified predicate.
Link copied to clipboard
Determines whatever the declaration has any constructor with the specified predicate.
Link copied to clipboard
Determines whatever the declaration has any constructor.