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

awaitFirstOrNull

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

Nullable Coroutines variant of RowsFetchSpec.first.

Author
Sebastien Deleuze