arrow-core-data / arrow.core / Ordering
sealed class ~~Ordering~~
Deprecated: Ordering is deprecated together with Order. Use compareTo instead of Order instead.
| equals | open fun equals(other: Any?): Boolean | 
    
| hashCode | open fun hashCode(): Int | 
    
| plus | operator fun plus(b: Ordering): Ordering | 
    
| toInt | fun toInt(): Int | 
    
| toString | open fun toString(): String | 
    
| fromInt | fun fromInt(i: Int): Ordering | 
    
| EQ | object EQ : Ordering | 
    
| GT | object GT : Ordering | 
    
| LT | object LT : Ordering | 
    
Do you like Arrow?
✖