This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Release v0.6.0
Updated:
- Updated to reactor-core-3.3.3.RELEASE
SFlux.scanworks without explicitly specifying generic type (#52)SFlux.scanWithworks without explicit generic type(#52)
New Operators:
foldinSFluxas alias forfoldLeftscan,reduce&zipWithCombinatorinSFluxuses curry function to pass the accumulator. This replaces the previous signature where the accumulator is passed via 2nd parameter. (#52)
Removed Operators:
scan,reduce&zipWithCombinatorwith accumulator as 2nd parameter. See new operator. (#52)