Skip to content

Comparable[A: Comparable[A] #read]

[Source]

interface ref Comparable[A: Comparable[A] #read] is
  Equatable[A] ref

Implements


Public Functions

lt

[Source]

fun box lt(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns


le

[Source]

fun box le(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns


ge

[Source]

fun box ge(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns


gt

[Source]

fun box gt(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns


compare

[Source]

fun box compare(
  that: box->A)
: (Less val | Equal val | Greater val)

Parameters

  • that: box->A

Returns


eq

[Source]

fun box eq(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns


ne

[Source]

fun box ne(
  that: box->A)
: Bool val

Parameters

  • that: box->A

Returns