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

just

@JvmStatic
fun <T> just(item: T): Observable<T>

Returns an observable that emits only the given item to any observer that subscribes.


@JvmStatic
fun <T> just(vararg items: T): Observable<T>

Returns an observable that emits only the given items to any observer that subscribes.

Generated by Dokka
(c) Tealium 2026