Skip to content

Instantly share code, notes, and snippets.

@charmygarg
Created March 26, 2018 10:22
Show Gist options
  • Save charmygarg/20e4a6cf78def6f89796a7f59de2b435 to your computer and use it in GitHub Desktop.
Save charmygarg/20e4a6cf78def6f89796a7f59de2b435 to your computer and use it in GitHub Desktop.
VAVR List Example
List<String> list = List.of("Java", "PHP", "Jquery", "JavaScript", "JShell", "JAVA");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment