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

awaitOneOrNull

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

Nullable Coroutines variant of RowsFetchSpec.one.

Author
Sebastien Deleuze