You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# MapStream
2
-
MapStream is a convinient extension to the Java 8 Stream API that let you stream over Key-Value pairs. The project is a fork of the [Speedment MapStream component](http://github.com/speedment/speedment/) in case you want to use it as a stand-alone.
2
+
MapStream is a convenient extension to the Java 8 Stream API that let you stream over Key-Value pairs. The project is a fork of the [Speedment MapStream component](http://github.com/speedment/speedment/) in case you want to use it as a stand-alone.
3
3
4
4
## Example Usage
5
5
```java
@@ -30,6 +30,8 @@ Fiona has 2 cats.
30
30
Anne has 3 cats.
31
31
```
32
32
33
+
If you don't want to use static imports, replace `joining("\n")` with `Collectors.joining("\n")`.
34
+
33
35
## License
34
36
This code is available under the [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0).
35
37
Attribution should be done to [Speedment, Inc.](http://speedment.org)
0 commit comments