Skip to content

FlatTap #616

@irony

Description

@irony

When dealing with promises it would be nice to be able to do a stream.flatTap(_(save)) which would disregard the output but wait for the promise to resolve. (shorthand for stream.flatMap(item => _(save(item).then(() => item)))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions