arrow-core / arrow.core.extensions / IorEqK
interface ~~IorEqK~~<A> : EqK<IorPartialOf<A>>
Deprecated: EqK typeclass is deprecated and will be removed in 0.13.0. Use concrete methods on Ior
| EQA | abstract fun EQA(): Eq<A> | 
    
| eqK | open fun <B> Kind<IorPartialOf<A>, B>.eqK(other: Kind<IorPartialOf<A>, B>, EQ: Eq<B>): Boolean | 
    
Do you like Arrow?
✖