Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Last active December 7, 2015 20:55
Show Gist options
  • Save HDBandit/c4ec9b9aad1dfc14d7c8 to your computer and use it in GitHub Desktop.
Save HDBandit/c4ec9b9aad1dfc14d7c8 to your computer and use it in GitHub Desktop.
Optional<AudioSystem> as = ...;
as.ifPresent(System.out::println);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment