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