Skip to content
@breadstone/ziegel-rx Auto-generated

@breadstone/ziegel-rx

Classes

ClassDescription
BlocTakes a stream of Events as input and transforms them into a Stream of States as output.
BlocObserverAn interface for observing the behavior of all Bloc instances.
CompositeUnsubscribableRepresents a group of unsubscribables that are unsubscribed together.
EventStreamClosedExceptionThe EventStreamClosedException class.
TransitionOccurs when an event is added after mapEventToState has been called but before the bloc's state has been updated. A Transition consists of the currentState, the event which was added, and the nextState.

Functions

FunctionDescription
countdownCounter down a observable.
countdown2Counter down a observable.
empty-
notNull-
observe-
subscribeOnceSubscribes a observable only once. The subscription will be unsubscribed when the observable is completed.
toBehaviorSubjectConverts a Observable to a BehaviorSubject.
toReplaySubjectConverts a Observable to a BehaviorSubject.
toSubjectConverts a Observable to a Subject.

Released under the MIT License.