Is it a Spring `RowMapper`? If so, the `rs` is alr...
# announcements
r
Is it a Spring
RowMapper
? If so, the
rs
is already initialized to the current row by Spring, and the lambda should return the mapping to your object for that row only.