arrow-core / arrow.core.extensions / EitherEqK
interface ~~EitherEqK~~<L> : EqK<EitherPartialOf<L>>
Deprecated: EqK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
eqK | open fun <R> Kind<EitherPartialOf<L>, R>.eqK(other: Kind<EitherPartialOf<L>, R>, EQ: Eq<R>): Boolean |
EQL | abstract fun EQL(): Eq<L> |
Do you like Arrow?
✖