EXPERIMENTAL Alias for SyncOnSubscribe.stateful
EXPERIMENTAL Alias for SyncOnSubscribe.stateful
EXPERIMENTAL Generates a SyncOnSubscribe which does not generate a new state in next
EXPERIMENTAL Generates a SyncOnSubscribe which does not generate a new state in next
the type of the associated state with each Subscriber
the type of the generated values
generates the state value
produces data for the stream
clean up behavior
EXPERIMENTAL Generates a stateful SyncOnSubscribe
EXPERIMENTAL Generates a stateful SyncOnSubscribe
the type of the associated state with each Subscriber
the type of the generated values
generates the initial state value
produces data for the stream
clean up behavior
EXPERIMENTAL Generates a stateless SyncOnSubscribe, useful when the state is closed over in next or the SyncOnSubscribe inherently does not have a state
EXPERIMENTAL Generates a stateless SyncOnSubscribe, useful when the state is closed over in next or the SyncOnSubscribe inherently does not have a state
the type of the generated values
produces data for the stream
clean up behavior
EXPERIMENTAL A utility class to create Observables that start acting when subscribed to and responds correctly to back pressure requests from Subscribers.
Semantics:
generatoris called to provide an initial state on each new subscriptionnextis called with the last state to provide a data item and a new state for the nextnextcallonUnsubscribeis called with the state provided by the lastnextcall when the observer unsubscribes