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