• Sequences two computations, discarding the result of second.

    Type Parameters

    • S

    Parameters

    • apply: Apply<S>

      The Apply instance for S.

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

    The sequenced computation, doing first then second.

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

        • T

        Parameters

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

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

            • U

            Parameters

            Returns Get1<S, T>

Generated using TypeDoc