arrow-core / arrow.core.extensions / AndThenSemigroup
interface ~~AndThenSemigroup~~<A, B> : Semigroup<AndThen<A, B>>
Deprecated: AndThen is becoming an internal data type that automatically tries to make andThen stack safe
| combine | open fun AndThen<A, B>.combine(b: AndThen<A, B>): AndThen<A, B> | 
    
| SB | abstract fun SB(): Semigroup<B> | 
    
| AndThenMonoid | interface ~~AndThenMonoid~~<A, B> : Monoid<AndThen<A, B>>, AndThenSemigroup<A, B> | 
    
Do you like Arrow?
✖