Boxed Comparable
interface BoxedComparable<ActualWrapper : BoxedComparable<ActualWrapper, BackingField>, BackingField> : Boxed<ActualWrapper, BackingField> , Comparable<ActualWrapper>
A Boxed type that can compare to itself, or its field type.
Only comparing against the ActualWrapper inherits from Comparable, as comparing to oneself is seen as default behaviour.
Inheritors
Properties
Functions
Link copied to clipboard