I would like to use this functional interface from Spring:
@FunctionalInterface public interface RowMapper { T mapRow(ResultSet rs, int rowNum) t