interface ref Comparable[A: Comparable[A] #read] is
Equatable[A] ref
Implements
Public Functions
fun box lt(
that: box->A)
: Bool val
Parameters
Returns
fun box le(
that: box->A)
: Bool val
Parameters
Returns
fun box ge(
that: box->A)
: Bool val
Parameters
Returns
fun box gt(
that: box->A)
: Bool val
Parameters
Returns
fun box compare(
that: box->A)
: (Less val | Equal val | Greater val)
Parameters
Returns
fun box eq(
that: box->A)
: Bool val
Parameters
Returns
fun box ne(
that: box->A)
: Bool val
Parameters
Returns