//rxjava3-extensions/com.squareup.sqldelight.runtime.rx3/mapToOne
mapToOne
[jvm]
Content
@CheckReturnValue()
fun <T : Any> Observable<Query<T>>.mapToOne(): Observable<T>
//rxjava3-extensions/com.squareup.sqldelight.runtime.rx3/mapToOne
[jvm]
Content
@CheckReturnValue()
fun <T : Any> Observable<Query<T>>.mapToOne(): Observable<T>