Last active
December 7, 2015 20:25
-
-
Save HDBandit/ea669b0eabc7c14038bb to your computer and use it in GitHub Desktop.
Optional with a non null value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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