arrow-core / arrow.core.extensions / ListKOrder
interface ~~ListKOrder~~<A> : Order<ListKOf<A>>
Deprecated: Order is deprecated in favor of compareTo(), since Kotlin’s Std doesn’t take Order into account
| compare | open fun ListKOf<A>.compare(b: ListKOf<A>): Ordering | 
    
| OA | abstract fun OA(): Order<A> | 
    
Do you like Arrow?
✖