Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save benweidig/b997bd8f0e2b6fe5b8b16a5181dd163d to your computer and use it in GitHub Desktop.
Save benweidig/b997bd8f0e2b6fe5b8b16a5181dd163d to your computer and use it in GitHub Desktop.
return Optional.ofNullable(buildResult())
.map(String::toUpperCase)
.orElse("n/a");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment