koyeung / stream_x

Extra Elixir Stream utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamX hex.pm version

Build Status Coverage Status Inline docs

Extra Elixir utilities

**this is still in early phase; the api would be changed heavily among the 0.0.x versions **

  • StreamX.Stream.transform support switching reducer after each reducer call.
  • StreamX.Enum.combination generate list of combinations

Installation

  • Add stream_x to your list of dependencies in mix.exs:

      def deps do
        [{:stream_x, "~> 0.0.1"}]
      end
    

About

Extra Elixir Stream utilities

License:Apache License 2.0


Languages

Language:Elixir 100.0%