• Maps data value of the store with f.

    Type Parameters

    • W

    Parameters

    • functor: Functor<W>

      The instance of Functor for W.

    Returns (<T, U>(f) => (<S>(store) => StoreT<S, W, U>))

    The mapped store.

      • <T, U>(f): (<S>(store) => StoreT<S, W, U>)
      • Type Parameters

        • T

        • U

        Parameters

        • f: ((t) => U)
            • (t): U
            • Parameters

              • t: T

              Returns U

        Returns (<S>(store) => StoreT<S, W, U>)

          • <S>(store): StoreT<S, W, U>
          • Type Parameters

            • S

            Parameters

            Returns StoreT<S, W, U>

Generated using TypeDoc