mapToOneOrDefault

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