dwestheide/kontextfrei

Add max and min actions

Closed this issue · 0 comments

Add the max and min methods to DCollectionOps, as defined on RDD:

def min()(implicit ord: Ordering[T]): T
def max()(implicit ord: Ordering[T]): T