BAEL-6782: partitioning streams (#14833)

* BAEL-6782: partitioning streams

* BAEL-6782: code reivew

* BAEL-6782: line continuations
This commit is contained in:
etrandafir93
2023-10-07 06:11:47 +02:00
committed by GitHub
parent 5dcd7e88d0
commit 5aea5d5c29
3 changed files with 178 additions and 0 deletions
@@ -43,6 +43,11 @@
<artifactId>vavr</artifactId>
<version>${vavr.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
</dependencies>
<build>
@@ -72,6 +77,7 @@
<maven.compiler.source>12</maven.compiler.source>
<maven.compiler.target>12</maven.compiler.target>
<vavr.version>0.10.2</vavr.version>
<guava.version>32.1.2-jre</guava.version>
</properties>
</project>