highland
highland copied to clipboard
Implement flatTap
From Issue #616
This method creates a short hand for the following:
stream.flatMap(item => save(item).map(_ => item))
where save returns a highland stream.
Hi @tomwhale,
Sorry for dropping the ball on this. I made some comments when you first sent this PR, but got confused by Github's interface and never ended up posting them.
Sorry, had a chance to pick this up again. I think I have resolved all your comments. If I have misunderstood what you meant, lemme know!