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