Skip to content

Simple React v0.3

Compare
Choose a tag to compare
@johnmcclean johnmcclean released this 19 Feb 17:22
· 3403 commits to master since this release

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 :
blank flowchart - new page 2

Adding SimpleReact as a Dependency
Gradle

compile group: 'com.aol.simplereact', name:'simple-react', version:'0.3'
Maven

com.aol.simplereact simple-react 0.3 compile Javadoc http://www.javadoc.io/doc/com.aol.simplereact/simple-react/0.3