This repository has been 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.scan
works without explicitly specifying generic type (#52)SFlux.scanWith
works without explicit generic type(#52)
New Operators:
fold
inSFlux
as alias forfoldLeft
scan
,reduce
&zipWithCombinator
inSFlux
uses curry function to pass the accumulator. This replaces the previous signature where the accumulator is passed via 2nd parameter. (#52)
Removed Operators:
scan
,reduce
&zipWithCombinator
with accumulator as 2nd parameter. See new operator. (#52)