RxJava Mathematical and Aggregate operators (#2697)

* RxJava Mathematical and Aggregate Operators

* Fixed test case names

* Resolved merge conflict

* Fixed test case names
This commit is contained in:
araknoid
2017-10-12 10:03:29 +02:00
committed by Grzegorz Piwowarek
parent 5f1c2abc6e
commit 6655ca0ba1
3 changed files with 355 additions and 0 deletions
+6
View File
@@ -25,6 +25,12 @@
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-math</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.jayway.awaitility</groupId>
<artifactId>awaitility</artifactId>