Resolves with the first element emitted by the observable, then releases the observable. If no items are emitted the promise is rejected.
Type of items emitted by the observable.
Observable to extract from.
Promise that resolves with a single item.
Generated using TypeDoc
Resolves with the first element emitted by the observable, then releases the observable. If no items are emitted the promise is rejected.