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.
Calls the next method to emit the specified data using the SUBJECT_EVENT event.
The data to be emitted.
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 subject that can emit data and be subscribed to.
Implements
Implements