Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benweidig/fe0c2e6364c73f1892d4b16bbcd404cb to your computer and use it in GitHub Desktop.
Save benweidig/fe0c2e6364c73f1892d4b16bbcd404cb to your computer and use it in GitHub Desktop.
String value = Optional.ofNullable(doSomething())
.orElse("default value");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment