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