arrow-core / arrow.core.extensions / EitherOrder

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

Functions

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?

Arrow Org
<