Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Implemented
-
0.9
Description
The streaming API currently doesn't support a fold operator.
This operator would work as the foldLeft method in Scala. This would allow effective implementations in a lot of cases where a the simple reduce is inappropriate due to different return types.