hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
garyposter avatar

garyposter

Total Packages

1

Total Downloads

536+

gary@modernsongs.com
Packages Stats

Packages

Most Popular Most Downloaded Newest First

transducer

0.1.0
536+

Composable algorithmic transformations. Transducers let you combine reduction operations like `map`, `filter`, `take_while`, `take`, and so on into a single reducing function. As with Stream, but in contrast to Enum, all operations are performed for each item before the next item in the enumerable is processed. One difference with the Stream module is that the transducers' reducing functions don't have to produce an enumerable, while Stream module transformations always do.

Last Updated: about 10 years ago
hex logo Hex
About Blog Sponsors Status
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language