Closed getify closed 7 years ago
Going through the list of methods in FPO, I think we probably should add serial/concurrent versions (where applicable) of these:
flatMap(..)
pipe(..)
reduce(..)
compose(..)
reduceRight(..)
filter(..)
filterIn(..)
filterOut(..)
Going through the list of methods in FPO, I think we probably should add serial/concurrent versions (where applicable) of these:
flatMap(..)
pipe(..)
(usingreduce(..)
)compose(..)
(usingreduceRight(..)
)filter(..)
alias tofilterIn(..)
filterOut(..)
(the inverse offilter(..)
)