Closed poelstra closed 9 years ago
Some map()'s now need to resort to a generic transform(), when all they want is to know when the stream ended.
map()
transform()
Also note the proposed third callback to forEach() in #6, which may come in handy too.
forEach()
Implemented in 0.5.1.
Some
map()
's now need to resort to a generictransform()
, when all they want is to know when the stream ended.Also note the proposed third callback to
forEach()
in #6, which may come in handy too.