Package-level declarations
Types
Link copied to clipboard
interface BoxedComparable<ActualWrapper : BoxedComparable<ActualWrapper, BackingField>, BackingField> : Boxed<ActualWrapper, BackingField> , Comparable<ActualWrapper>
A Boxed type that can compare to itself, or its field type.
Link copied to clipboard
Link copied to clipboard