Skip to content

Instantly share code, notes, and snippets.

@zivce
Created September 25, 2020 08:14
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 zivce/44d961ef66a3912b68bb9d381679796a to your computer and use it in GitHub Desktop.
Save zivce/44d961ef66a3912b68bb9d381679796a to your computer and use it in GitHub Desktop.
final Map<String, String> map = Optional.ofNullable(target.getMap())
.orElseGet(() -> getNewMap(target));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment