BAEL-885 - How to merge two Java streams? (#1884)

Added examples using:
* JDK8
* StreamEx library
* JOOl library
This commit is contained in:
Wim Deblauwe
2017-05-29 10:30:25 +02:00
committed by Zeger Hendrikse
parent 994ac4ddbf
commit b135086d07
4 changed files with 149 additions and 0 deletions
+10
View File
@@ -276,6 +276,16 @@
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>one.util</groupId>
<artifactId>streamex</artifactId>
<version>0.6.5</version>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jool</artifactId>
<version>0.9.12</version>
</dependency>
</dependencies>
<properties>
<multiverse.version>0.7.0</multiverse.version>