plunger icon indicating copy to clipboard operation
plunger copied to clipboard

Extend the DataBuilder to allows the addition of multiple Tuples in one call

Open teabot opened this issue 10 years ago • 1 comments

We use the DataBuilder to add Tuples to a new Data instance. In some cases it would be convenient to add multiple values in one call. I suggest that we add the following methods to DataBuilder:

DataBuilder addTuples(Iterable<Tuple> tuples)
DataBuilder addTuples(Tuple... tuples)
DataBuilder addTupleEntries(Iterable<TupleEntry> tupleEntries)
DataBuilder addTupleEntries(TupleEntry... tupleEntries)

teabot avatar Jun 11 '15 09:06 teabot

I'll close the issue once we've made a release.

teabot avatar Jul 13 '15 15:07 teabot