awaitSingleOrNull

suspend fun <T> RowsFetchSpec<T>.awaitSingleOrNull(): T?

Nullable Coroutines variant of RowsFetchSpec.first.

Author

Sebastien Deleuze