File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
55
66## Highlights
77
8- - ✅ ` BiStream ` – streams ` Map ` and pair-wise collections
8+ - ✅ ` BiStream ` – streams ` Map ` and pair-wise collections
99 → ` BiStream.map(map).filterKeys(...).mapValues(...).toMap() `
1010- ✅ ` Substring ` – composable substring extraction
1111 → ` Substring.between("(", ")").from("call(foo)") → "foo" `
@@ -18,16 +18,16 @@ A small Java 8+ utilities library ([javadoc](http://google.github.io/mug/apidocs
1818
1919## Docs
2020
21- - [ ` BiStream ` ] ( ./mu/util/stream/README.md )
21+ - 📄 [ ` BiStream ` ] ( ./mug/src/main/java/com/google /mu/util/stream/README.md )
2222- 📄 [ ` Substring ` ] ( https://github.com/google/mug/wiki/Substring-Explained )
2323- 📄 [ ` StringFormat ` ] ( https://github.com/google/mug/wiki/StringFormat-Explained )
24- - 📄 [ ` SafeSql ` ] ( ./mu/util/safesql/README.md )
25- - 📄 [ ` DateTimeFormats ` ] ( ./mu/time/README.md )
24+ - 📄 [ ` SafeSql ` ] ( ./mug-guava/src/main/java/com/google/ mu/util/safesql/README.md )
25+ - 📄 [ ` DateTimeFormats ` ] ( ./mug/src/main/java/com/google/ mu/time/README.md )
2626
2727<details >
2828<summary >More tools</summary >
2929
30- - [ ` BinarySearch ` ] ( ./mu/util/collect/README.md )
30+ - [ ` BinarySearch ` ] ( ./mug-guava/src/main/java/com/google/ mu/util/collect/README.md )
3131- [ ` StructuredConcurrency ` ] ( https://github.com/google/mug/wiki/Structured-Concurrency-Explained )
3232
3333</details >
You can’t perform that action at this time.
0 commit comments