withConverter<T> method

BatchTableWithConverter<T> withConverter<T>(
  1. Converter<T> converter
)

Implementation

BatchTableWithConverter<T> withConverter<T>(Converter<T> converter) => BatchTableWithConverter(this, converter);