• Seeks the store to the new position by modifying with modifier.

    Type Parameters

    • S

    Parameters

    • modifier: ((s) => S)

      The function to modify the position.

        • (s): S
        • Parameters

          • s: S

          Returns S

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

    The seeked store.

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

        • W

        • A

        Parameters

        Returns StoreT<S, W, A>

Generated using TypeDoc