BoxedComparable

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

Link copied to clipboard
abstract val compareToSelf: Difference<BackingField>
Link copied to clipboard

Function reference to the constructor of the value class.

Link copied to clipboard
abstract val value: BackingField

The backing field that is wrapped in the value class.

Functions

Link copied to clipboard
@JvmName(name = "compareToBackingField")
open operator fun compareTo(other: BackingField): Int
@JvmName(name = "compareToActualWrapper")
open operator override fun compareTo(other: ActualWrapper): Int