• Binds the item in S to a new object with the provided key.

    Type Parameters

    • S

    Parameters

    • func: Functor<S>

      The instance of Functor for S.

    Returns (<N>(name) => (<T>(t) => Get1<S, Record<N, T>>))

    The bound object in S.

      • <N>(name): (<T>(t) => Get1<S, Record<N, T>>)
      • Type Parameters

        • N extends PropertyKey

        Parameters

        • name: N

        Returns (<T>(t) => Get1<S, Record<N, T>>)

          • <T>(t): Get1<S, Record<N, T>>
          • Type Parameters

            • T

            Parameters

            Returns Get1<S, Record<N, T>>

Generated using TypeDoc