IterableDecorator

implicit
class IterableDecorator[A](t: Iterable[A])
class Object
trait Matchable
class Any

Value members

Concrete methods

def merge(t2: Iterable[A])(op: (A, A) => A): IndexedSeq[A]