awaitSingle

suspend fun <T> RowsFetchSpec<T>.awaitSingle(): T

Non-nullable Coroutines variant of RowsFetchSpec.first.

Author

Sebastien Deleuze

Throws

EmptyResultDataAccessException

if the underlying Mono does not emit any value