Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

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

Open
teabot opened this issue Jun 11, 2015 · 1 comment

Comments

@teabot
Copy link
Contributor

teabot commented Jun 11, 2015

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
Copy link
Contributor Author

teabot commented Jul 13, 2015

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant