Skip to content

Instantly share code, notes, and snippets.

@zivce
Last active February 17, 2022 14:21
Show Gist options
  • Save zivce/a93df2a8d280204a2cfd4deeef733174 to your computer and use it in GitHub Desktop.
Save zivce/a93df2a8d280204a2cfd4deeef733174 to your computer and use it in GitHub Desktop.
Optionals.ifPresentOrElse(opt, System.out::println,
() -> System.out.println("not present"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment