Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 321 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 321 Bytes

mostc

Curried most methods

Contains curried variants of the following methods:

  • map
  • chain
  • tap
  • filter
  • startWith
  • concat
  • continueWith
  • concatMap
  • transduce
  • slice
  • take
  • skip
  • takeWhile
  • skipWhile
  • skipAfter
  • until
  • since
  • during
  • loop
  • reduce
  • observe
  • delay
  • recoverWith
  • merge
  • combine