arrow-core / arrow.core.extensions / EitherEq

EitherEq

interface ~~EitherEq~~<in L, in R> : Eq<Either<L, R>> Deprecated: Eq is deprecated in favor of equals(), since Kotlin’s Std doesn’t take Eq into account

Functions

EQL abstract fun EQL(): Eq<L>
EQR abstract fun EQR(): Eq<R>
eqv open fun Either<L, R>.eqv(b: Either<L, R>): Boolean

Do you like Arrow?

Arrow Org
<