Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created December 7, 2015 20:59
Show Gist options
  • Save HDBandit/9bdaa5ae531365f7ee56 to your computer and use it in GitHub Desktop.
Save HDBandit/9bdaa5ae531365f7ee56 to your computer and use it in GitHub Desktop.
Optional<AudioSystem> audioSystem = ...;
if(audioSystem.isPresent()){
System.out.println(audioSystem.get());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment