Creates a function that once applied to a stream of events will reduce state and events over time similar to rxjs scan operator but will multicast values to subscribers
scan
operator function to reduce state and events over time
a state machine defined as a dictionary see: EventStateMachineStructure
EventStateMachineStructure
state that will be reduced will the first event or state at time 0
Generated using TypeDoc
Creates a function that once applied to a stream of events will reduce state and events over time similar to rxjs
scan
operator but will multicast values to subscribersReturns
operator function to reduce state and events over time