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