Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.pubsub/Observable/asSingle

asSingle

open fun asSingle(scheduler: Scheduler): Single<T>

Converts this Observable to a Single subscribing on the given Scheduler

A take and subscribeOn are applied to the source Observable automatically to enforce only a single emission.

Generated by Dokka
(c) Tealium 2026