mapToOne

fun <T : Any> Flow<Query<T>>.mapToOne(context: CoroutineContext = Dispatchers.Default): Flow<T>