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