Package-level declarations

Types

Link copied to clipboard
open class CapturesBound : Bound
Capture(G
Link copied to clipboard
open class FalseBound : Bound
No valid choice of inference variables exists.
Link copied to clipboard
open class SameAsBound : Bound
S = T, where at least one of S or T is an inference variable: S is the same as T.
Link copied to clipboard
open class SubtypeOfBound : Bound
S <: T, where at least one of S or T is an inference variable: S is a subtype of T
Link copied to clipboard
open class ThrowsBound : Bound
The inference variable α appears in a throws clause.