fetchObjectStrict

inline fun <T : Any> fetchObjectStrict(params: Map<String, Any?> = emptyMap()): TransactionStep<T>
inline fun <T : Any> fetchObjectStrict(vararg params: Pair<String, Any?>): TransactionStep<T>

A step that maps one row onto T and fails where the count was anything but one.