• Sequences two computations, discarding the result of first.

    Type Parameters

    • S

    Parameters

    • apply: Apply<S>

      The Apply instance for S.

    Returns (<T>(first) => (<U>(second) => Get1<S, U>))

    The sequenced computation, doing first then second.

      • <T>(first): (<U>(second) => Get1<S, U>)
      • Type Parameters

        • T

        Parameters

        Returns (<U>(second) => Get1<S, U>)

          • <U>(second): Get1<S, U>
          • Type Parameters

            • U

            Parameters

            Returns Get1<S, U>

Generated using TypeDoc