arrow-core / arrow.core.extensions.andthen.semigroup / arrow.core.AndThen / maybeCombine
@JvmName("maybeCombine") fun <A, B> AndThen<A, B>.~~maybeCombine~~(SB: Semigroup<B>, arg1: AndThen<A, B>): AndThen<A, B>
Deprecated: AndThen
is deprecated in favor of the function andThen
used to provide stack safe function composition.
Do you like Arrow?
✖