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

    Type Parameters

    • W

    Parameters

    • com: Comonad<W>

      The instance of Comonad for W.

    Returns (<S>(modifier) => (<A>(store) => A))

    The fetched data.

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

        • S

        Parameters

        • modifier: ((s) => S)
            • (s): S
            • Parameters

              • s: S

              Returns S

        Returns (<A>(store) => A)

          • <A>(store): A
          • Type Parameters

            • A

            Parameters

            Returns A

Generated using TypeDoc