Releases: akarnokd/ixjava
Releases · akarnokd/ixjava
1.0.0
1.0.0-RC5
New operators:
repeatCallable
bufferSplit
bufferUntil
bufferWhile
every
readOnly
orderedMerge
1.0.0-RC4
- Fix type inference problem when the source is compiled with Java 8 target.
1.0.0-RC3
Notable changes:
- IxJava no longer depends on RxJava 1.x and now defines its own functional interfaces:
IxFunction
,IxConsumer
andIxSupplier
to name a few. This allows having IxJava along with RxJava 2 without importing RxJava 1 as well or as a companion to Reactor 3. - Fixed typos in the documentation.
1.0.0-RC2
1.0.0-RC1
Release candidate of Iterable/Interactive Extensions for Java.
The main entry point is the ix.Ix
class
It offers:
- 30 source operators (factory methods)
- 95 transformative operators (instance methods)
- 23 terminal operators (instance methods)