spring-framework / org.springframework.r2dbc.core / awaitSingleOrNull

awaitSingleOrNull

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

Nullable Coroutines variant of RowsFetchSpec.first.

Author
Sebastien Deleuze