Uses of Interface
lukfor.tables.rows.IRowMapper
-
Packages that use IRowMapper Package Description lukfor.tables lukfor.tables.rows.mappers lukfor.tables.rows.processors lukfor.tables.utils -
-
Uses of IRowMapper in lukfor.tables
Methods in lukfor.tables with parameters of type IRowMapper Modifier and Type Method Description TableTable. groupBy(IRowMapper mapper, IRowAggregator aggregator)List<Table>Table. splitBy(IRowMapper mapper) -
Uses of IRowMapper in lukfor.tables.rows.mappers
Classes in lukfor.tables.rows.mappers that implement IRowMapper Modifier and Type Class Description classBinRowMapper -
Uses of IRowMapper in lukfor.tables.rows.processors
Constructors in lukfor.tables.rows.processors with parameters of type IRowMapper Constructor Description RowGroupProcessor(IRowMapper mapper) -
Uses of IRowMapper in lukfor.tables.utils
Constructors in lukfor.tables.utils with parameters of type IRowMapper Constructor Description GroupByBuilder(Table table, IRowMapper mapper, String keyColumn)
-