com.madgag.scala.collection.decorators

Implicits

Implicits

implicit def IterableDecorator[C](coll: C)(it: IsIterable[C]): IterableDecorator[C, it]
implicit def MapDecorator[C](coll: C)(map: IsMap[C]): MapDecorator[C, map]