NumberComparable

Interface for Boxed types that can compare directly with any Number type.

Inheritors

Properties

Link copied to clipboard
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
open operator fun compareTo(num: Number): Int
Link copied to clipboard
open fun merge(other: Number, transform: MergeABtoA<BackingField, Number>): ActualWrapper