• Fetches the data from store at the position by modifying with modifier on functor F.

    Type Parameters

    • W

    • F

    Parameters

    • com: Comonad<W>

      The instance of Comonad for W.

    • functor: Functor<F>

      The instance of Functor for F.

    Returns (<S>(modifier) => (<A>(store) => Get1<F, A>))

    The fetched data on F.

      • <S>(modifier): (<A>(store) => Get1<F, A>)
      • Type Parameters

        • S

        Parameters

        • modifier: ((s) => Get1<F, S>)
            • (s): Get1<F, S>
            • Parameters

              • s: S

              Returns Get1<F, S>

        Returns (<A>(store) => Get1<F, A>)

          • <A>(store): Get1<F, A>
          • Type Parameters

            • A

            Parameters

            Returns Get1<F, A>

Generated using TypeDoc