• Evaluates monadic actions of the structure data from left to right, then collects the result.

    Type Parameters

    • T

    • M

    • A

    Parameters

    • traversable: Traversable<T>

      The instance of Traversable for T.

    • monad: Monad<M>

      The instance of Monad for M.

    Returns ((data) => Get1<M, Get1<T, A>>)

    The collected result of actions.

Generated using TypeDoc