Skip to content

Instantly share code, notes, and snippets.

@suuuzi
Created November 9, 2016 10:03
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 suuuzi/863b3d0f40558f471da7c74d26e6681e to your computer and use it in GitHub Desktop.
Save suuuzi/863b3d0f40558f471da7c74d26e6681e to your computer and use it in GitHub Desktop.
return intList.stream().map(in -> in == null ? BigInteger.ZERO : BigInteger.valueOf(in.longValue())).collect(Collectors.toList());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment