mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 14:59:25 +00:00
fix: syntax error website build
This commit is contained in:
+2
-2
@@ -132,8 +132,8 @@ public static void main(String[] args) {
|
||||
|
||||
## Known Uses
|
||||
|
||||
* Optional<T> in Java's standard library for handling potential absence of values.
|
||||
* Stream<T> for constructing functional pipelines to operate on collections.
|
||||
* Optional in Java's standard library for handling potential absence of values.
|
||||
* Stream for constructing functional pipelines to operate on collections.
|
||||
* Frameworks like Vavr, providing functional programming enhancements for Java.
|
||||
|
||||
## Consequences
|
||||
|
||||
Reference in New Issue
Block a user