withTableAndConverter<T> method

BatchTableWithConverter<T> withTableAndConverter<T>(
  1. Table table,
  2. Converter<T> converter
)

Implementation

BatchTableWithConverter<T> withTableAndConverter<T>(Table table, Converter<T> converter) => withTable(table).withConverter(converter);