getify / fasy

FP iterators that are both eager and asynchronous

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add other FP iterators / utilities

getify opened this issue · comments

Going through the list of methods in FPO, I think we probably should add serial/concurrent versions (where applicable) of these:

  • flatMap(..)
  • pipe(..) (using reduce(..))
  • compose(..) (using reduceRight(..))
  • filter(..) alias to filterIn(..)
  • filterOut(..) (the inverse of filter(..))
  • transducers? need to research what, if anything, this would look like for fasy