Skip to content

Commit ace3f1a

Browse files
authored
Update README.md
1 parent 6bc02b2 commit ace3f1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1919
<details>
2020
<summary>More tools</summary>
2121

22-
- [`BinarySearch`](./mug-guava/src/main/java/com/google/mu/collect/README.md)
22+
- [`BinarySearch`](./mug-guava/src/main/java/com/google/mu/collect/README.md)
23+
`BinarySearch.inSortedArrayWithTolerance(doubleArray, 0.0001).find(target)`
2324
- [`StructuredConcurrency`](./mug/src/main/java/com/google/mu/util/concurrent/README.md)
25+
`concurrently(() -> fetchArm(), () -> fetchLeg(), (arm, leg) -> makeRobot(arm, leg))`
26+
- [`Iteration`](https://github.com/google/mug/wiki/Iteration-Explained)
27+
- [`MoreStreams`](https://google.github.io/mug/apidocs/com/google/mu/util/stream/MoreStreams.html)
28+
`whileNotNull(queue::poll).filter(...).map(...)`
2429

2530
</details>
2631

0 commit comments

Comments
 (0)