Creates an observable from a synchronous iterable.
Type of items to be emitted by the observable.
Iterable to create an observable from.
New observable that emits values from the iterable.
Generated using TypeDoc
Creates an observable from a synchronous iterable.