Skip to content

Add tapChain #13

Description

@dggluz

Description

Similar to #12, but for functions that return Tasks where we are not interested in its resolving types but in managing it possibly rejection values or in waiting for that function to complete:

task
    .chain(tapChain(sendEmail))
    .chain(tapChain(sendSlackMessage))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions