sum package:conduit

Get the sum of all values in the stream. Subject to fusion
Get the sum of all values in the stream.
Get the sum of all elements in the chunked stream.
Get the sum of all elements in the chunked stream. Subject to fusion
Alternatively combine all values in the stream.
Deprecated: Use ConduitT directly
Generalize a Sink to a Consumer. Since 1.0.0
Alternatively combine all values in the stream.
Connect a Source to a Sink until the latter closes. Returns both the most recent state of the Source and the result of the Sink. Since 0.5.0
Connect a Conduit to a sink and return the output of the sink together with a new Conduit. Since 1.0.17
Consume all values from the stream and return as a list. Note that this will pull all values into memory. Subject to fusion Since 0.3.0