arrow-core / arrow.core.extensions.list.applicative / kotlin.collections.List
map | fun <A, B> List <A>.~~map~~(arg1: (A) -> B): List <B> |
replicate | fun <A> List <A>.~~replicate~~(arg1: Int ): List < List <A>> fun <A> List <A>.~~replicate~~(arg1: Int , arg2: Monoid<A>): List <A> |
Do you like Arrow?
✖