awaitOne

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

Non-nullable Coroutines variant of RowsFetchSpec.one.

Author

Sebastien Deleuze

Throws

EmptyResultDataAccessException

if the underlying Mono does not emit any value