core/com.tealium.prism.core.api.pubsub/Observable/subscribeOnce subscribeOnce open fun subscribeOnce(observer: Observer<T>): DisposableSubscribes the given observer to a single emission of the source.open fun subscribeOnce(onNext: Consumer<T>): DisposableSubscribes the given onNext to a single emission of the source.