withTable method

BatchTable withTable(
  1. Table table
)

Implementation

BatchTable withTable(Table table) => BatchTable(this, table);