Skip to content

Instantly share code, notes, and snippets.

@zivce
Created April 17, 2021 13:07
Show Gist options
  • Select an option

  • Save zivce/aa1f193aaf82cb2ebf48f16a1919e646 to your computer and use it in GitHub Desktop.

Select an option

Save zivce/aa1f193aaf82cb2ebf48f16a1919e646 to your computer and use it in GitHub Desktop.
opt.ifPresentOrElse(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