You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Exhaust operator exists in the test project. It should be offered as a
public operator in the base library.
Rationale: There is already ForEach and Exhaust is just the loop factored
out, permitting consumption of a source without side-effect where needed.
Together with Pipe, ForEach can be implemented in terms of Pipe plus
Exhaust.
Also, while we're at it, consider Consume versus Exhaust. ;)
Original issue reported on code.google.com by azizatif on 17 Feb 2009 at 11:42
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
azizatif
on 17 Feb 2009 at 11:42The text was updated successfully, but these errors were encountered: