Add fold action
Closed this issue · 0 comments
dwestheide commented
Add the fold
method as defined on RDD
to DCollectionOps
:
def fold(zeroValue: T)(op: (T, T) => T): T
Closed this issue · 0 comments
Add the fold
method as defined on RDD
to DCollectionOps
:
def fold(zeroValue: T)(op: (T, T) => T): T