arrow-core / arrow.core.extensions / EitherEq
interface ~~EitherEq~~<in L, in R> : Eq<Either<L, R>>
Deprecated: Eq is deprecated in favor of equals(), since Kotlin’s Std doesn’t take Eq into account
| EQL | abstract fun EQL(): Eq<L> | 
    
| EQR | abstract fun EQR(): Eq<R> | 
    
| eqv | open fun Either<L, R>.eqv(b: Either<L, R>): Boolean | 
    
Do you like Arrow?
✖