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