arrow-core / arrow.core.extensions / EitherEqK2
interface ~~EitherEqK2~~ : EqK2<ForEither>
Deprecated: EqK2 typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Either
eqK | open fun <A, B> Kind2<ForEither, A, B>.eqK(other: Kind2<ForEither, A, B>, EQA: Eq<A>, EQB: Eq<B>): Boolean |
Do you like Arrow?
✖