• Modifies data contained by Functor as a terminal.

    Type Parameters

    • F

    Parameters

    Returns (<S, T>(mapper) => Setter<Get1<F, S>, Get1<F, T>>)

    The mapping optic.

      • <S, T>(mapper): Setter<Get1<F, S>, Get1<F, T>>
      • Type Parameters

        • S

        • T

        Parameters

        • mapper: ((s) => T)
            • (s): T
            • Parameters

              • s: S

              Returns T

        Returns Setter<Get1<F, S>, Get1<F, T>>

Generated using TypeDoc