TypedEpic<State, Action> constructor

TypedEpic<State, Action>(
  1. Stream epic(
    1. Stream<Action> actions,
    2. EpicStore<State> store
    )
)

Implementation

TypedEpic(this.epic);