Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Last active December 7, 2015 20:25
Show Gist options
  • Save HDBandit/ea669b0eabc7c14038bb to your computer and use it in GitHub Desktop.
Save HDBandit/ea669b0eabc7c14038bb to your computer and use it in GitHub Desktop.
Optional with a non null value
AudioSystem audioSystem = new AudioSystem();
Optional<AudioSystem> as = Optional.of(audioSystem);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment