Returns whether the given event has any listeners.
True if there are listeners for the event, otherwise false.
Returns the current value of the 'isShared' property.
Subscribes to the OBSERVER_EVENT
and invokes the provided callback function.
Emits the CONNECT_EVENT
.
Returns a composed function that will try to dispose and unsubscribe the callback.
Emits the specified data to all observers.
The data to be emitted.
Creates an Observer with asynchronous mapping functionality.
Creates and returns an observer function that splits an array of data into a nested array of a specified length.
The split observer function.
A class representing an Observer.