Simple React v0.3
New in SimpleReact v0.3
SimpleReact Stage implements java.util.stream.Stream. This adds methods such as flatMap, reduce, max, min to SimpleReact.
SimpleReact Stage implements org.jooq.lambda.Seq - which extends Stream. This adds methods such as zip, concat, foldLeft, foldRight, unzip to SimpleReact.
SimpleReact introduces automatic configurable aysnchronous retry support.
Better support for Infinite Streaming.
More performant results capturing for lazy streams.
Better performance due to configurable capacity monitoring.
Static Factory methods moved to ReactStream class.
SimpleReact class diagram and new functionality :
Adding SimpleReact as a Dependency
Gradle
compile group: 'com.aol.simplereact', name:'simple-react', version:'0.3'
Maven