Skip to content

Instantly share code, notes, and snippets.

@revolutionisme
Last active July 28, 2017 12:45
Show Gist options
  • Save revolutionisme/6f1376aa85bd828f859d2b58c99cde8b to your computer and use it in GitHub Desktop.
Save revolutionisme/6f1376aa85bd828f859d2b58c99cde8b to your computer and use it in GitHub Desktop.
Getting TypeInformation for Tuples
To get TypeInfomation of a Tuple with types -
TypeInformation.of(new TypeHint<Tuple3<String, List<String>, String[]>>() {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment