spring-r2dbc
/
org.springframework.r2dbc.core
/
awaitSingleOrNull
await
Single
Or
Null
suspend fun <
T
>
RowsFetchSpec
<
T
>.
awaitSingleOrNull
():
T
?
Content copied to clipboard
Nullable Coroutines variant of
RowsFetchSpec.first
.
Author
Sebastien Deleuze