arrow-core / arrow.core.extensions / AndThenSemigroup

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

Functions

combine open fun AndThen<A, B>.combine(b: AndThen<A, B>): AndThen<A, B>
SB abstract fun SB(): Semigroup<B>

Inheritors

AndThenMonoid interface ~~AndThenMonoid~~<A, B> : Monoid<AndThen<A, B>>, AndThenSemigroup<A, B>

Do you like Arrow?

Arrow Org
<