Resolves with the only element emitted by the observable. If zero or more than one 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 only element emitted by the observable. If zero or more than one items are emitted, the promise is rejected.