Skip to content

Commit 7c01fb6

Browse files
authored
Update README.md
1 parent f5cb932 commit 7c01fb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
2323
`BinarySearch.inSortedArrayWithTolerance(doubleArray, 0.0001).find(target)`
2424
- [`StructuredConcurrency`](./mug/src/main/java/com/google/mu/util/concurrent/README.md)
2525
`concurrently(() -> fetchArm(), () -> fetchLeg(), (arm, leg) -> makeRobot(arm, leg))`
26-
- [`Iteration`](https://github.com/google/mug/wiki/Iteration-Explained)
2726
- [`MoreStreams`](https://google.github.io/mug/apidocs/com/google/mu/util/stream/MoreStreams.html)
2827
`whileNotNull(queue::poll).filter(...).map(...)`
28+
- [`MoreStreams`](https://google.github.io/mug/apidocs/com/google/mu/util/Optionals.html)
29+
`return optionally(obj.hasFoo(), obj::getFoo);`
30+
- [`Iteration`](https://github.com/google/mug/wiki/Iteration-Explained)
2931

3032
</details>
3133

0 commit comments

Comments
 (0)