Skip to content

team-griffin/mostc

Repository files navigation

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