dwestheide/kontextfrei

Add fold action

Closed this issue · 0 comments

Add the fold method as defined on RDD to DCollectionOps:

def fold(zeroValue: T)(op: (T, T) => T): T