androidx.xr.runtime.rxjava3


Top-level functions summary

Observable<T>
<T : Any> toObservable(session: Session, flow: Flow<T>)

Converts a flow created within the session to an io.reactivex.rxjava3.core.Observable.

Extension properties summary

Top-level functions

fun <T : Any> toObservable(session: Session, flow: Flow<T>): Observable<T>

Converts a flow created within the session to an io.reactivex.rxjava3.core.Observable.

The returned io.reactivex.rxjava3.core.Observable will be given the session's CoroutineContext.

Parameters
session: Session

the androidx.xr.runtime.Session that originated the flow.

flow: Flow<T>

the kotlinx.coroutines.flow.Flow to convert to an io.reactivex.rxjava3.core.Observable.

Extension properties