Skip to content

Instantly share code, notes, and snippets.

@goish135
Created October 30, 2021 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goish135/a6c2471d781e2f8525dd699d7722e3e7 to your computer and use it in GitHub Desktop.
Save goish135/a6c2471d781e2f8525dd699d7722e3e7 to your computer and use it in GitHub Desktop.
List<String> strings = list.stream().map(object -> Objects.toString(object,null)).collect(Collectors.toList());
// table 1
// 有 A 才有 B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment