awaitOneOrNull

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

Nullable Coroutines variant of RowsFetchSpec.one.

Author

Sebastien Deleuze