Resolves with the last element emitted by 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 last element emitted by the observable. If no items are emitted the promise is rejected.