Skip to content

Instantly share code, notes, and snippets.

@HDBandit
Created December 7, 2015 21:19
Show Gist options
  • Save HDBandit/5883614177a9938c9e3c to your computer and use it in GitHub Desktop.
Save HDBandit/5883614177a9938c9e3c to your computer and use it in GitHub Desktop.
maybeCar.map(Car::getAudioSystem)
.filter(as -> "Pionner".equals(as.getBrand())
.ifPresent(() -> System.out.println("ok"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment