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