Comparable[A: Comparable[A] #read]
interface ref Comparable[A: Comparable[A] #read] is Equatable[A] ref
Implements
- Equatable[A] ref
Public Functions
lt
fun box lt( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
le
fun box le( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
ge
fun box ge( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
gt
fun box gt( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
compare
fun box compare( that: box->A) : (Less val | Equal val | Greater val)
Parameters
- that: box->A
Returns
eq
fun box eq( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
ne
fun box ne( that: box->A) : Bool val
Parameters
- that: box->A
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/builtin-Comparable