Snippets tagged “ifpresent”
1 snippet uses this tag.
- Functional style of Java 8's Optional.ifPresent and if-not-Present?Java
The ifPresent() and ifPresentOrElse() methods of the Optional class in Java 8 provide a functional style way to perform different actions depending on whether the Optional object is empty or contains a value.