Creates an observable from a generator that takes no arguments.
Type of items to be emitted by the observable.
Generator function to create an observable from.
New observable that emits values from the generator.
Generated using TypeDoc
Creates an observable from a generator that takes no arguments.