arrow-core / arrow.core.extensions.either.semigroup / arrow.core.Either
| maybeCombine | fun <L, R> Either<L, R>.~~maybeCombine~~(SGL: Semigroup<L>, SGR: Semigroup<R>, arg1: Either<L, R>): Either<L, R> | 
    
| plus | fun <L, R> Either<L, R>.~~plus~~(SGL: Semigroup<L>, SGR: Semigroup<R>, arg1: Either<L, R>): Either<L, R> | 
    
| semigroup | fun <L, R> Either.Companion.~~semigroup~~(SGL: Semigroup<L>, SGR: Semigroup<R>): EitherSemigroup<L, R> | 
    
Do you like Arrow?
✖