aol / cyclops-integration

Home of the cyclops integration modules : support for Scala, Clojure, RxJava (1+2), Reactor, FunctionalJava, Guava, Dexx & Vavr
http://cyclops-react.io
MIT License
443 stars 51 forks source link

Add sequence and traverse operations to Monos #226

Closed johnmcclean closed 7 years ago

johnmcclean commented 8 years ago
  1. Sequence a Publisher of Monos into a Mono containing a Flux
  2. Sequence a Collection of Monos into a Mono containing a LazyListX
  3. Traverse a sequence Publisher of Monos applying the user provided transformation function to the generated Flux
  4. Traverse a sequence Collection of Monos applying the user provided transformation function to the generated LazyListX
johnmcclean commented 7 years ago

Better to add traverse / sequence support via Higher Kinded Types and the traverse type class (see https://github.com/aol/cyclops/issues/228)