Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Conversation

@kwestbrooks
Copy link
Contributor

I found myself having to write this:
KV<String, Iterable<String>> kv = KV.<String, Iterable<String>>of("foo", new ArrayList<String>());

When I would have preferred to write this:
KV<String, Iterable<String>> kv = KV.of("foo", new ArrayList<String>());

What do you think about this change?

davorbonaci added a commit that referenced this pull request Jan 12, 2015
Generalize type signature of KV.of().
@davorbonaci davorbonaci merged commit 37b9016 into GoogleCloudPlatform:master Jan 12, 2015
@davorbonaci
Copy link
Contributor

Thanks for the contribution. Looks like an improvement. Merged.

@davorbonaci
Copy link
Contributor

This pull request was reverted due to a number of non-trivial build breaks. We may reconsider this in the future.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants