highland icon indicating copy to clipboard operation
highland copied to clipboard

Implement flatTap

Open tomwhale opened this issue 7 years ago • 2 comments

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.

tomwhale avatar Jun 14 '18 09:06 tomwhale

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.

vqvu avatar Jul 04 '18 16:07 vqvu

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!

tomwhale avatar Oct 24 '18 09:10 tomwhale