Creates a MultiTableBatchGet object that is a combination
of the current BatchGet and the specified BatchGets

C# |
public MultiTableBatchGet Combine( params BatchGet[] otherBatches )

- otherBatches (array<BatchGet>[]()[][])
- Other BatchGet objects

MultiTableBatchGet consisting of the multiple BatchGet objects:
the current batch and the passed-in batches.