Asynchronously maps the emitted values of the observer using the provided callback function.
Merges the provided observer with the current observer instance. Returns a new observer that emits values from both observers.
The observer to merge with the current observer.
Sets the given data and calls the next method of the super class asynchronously.
The data to be set.
Resolves when super class's next method is called.
Executes the provided callback function only once. The callback function will be invoked when the specified event occurs for the first time.
The function to be executed only once.
Splits the observed data into batches of arrays.
Represents a BehaviorSubject that extends the Subject class and provides the functionality of an observable and an observer.