arrow-core / arrow.core.extensions.andthen.applicative / arrow.Kind / replicate
@JvmName("replicate") fun <X, A> Kind<Kind<ForAndThen, X>, A>.~~replicate~~(arg1: Int): AndThen<X, List<A>>
Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.
@JvmName("replicate") fun <X, A> Kind<Kind<ForAndThen, X>, A>.~~replicate~~(arg1: Int, arg2: Monoid<A>): AndThen<X, A>
Deprecated: AndThen is deprecated in favor of the function andThen used to provide stack safe function composition.
Do you like Arrow?
✖