final class IterablePolyTransforms [ A, C ]
extends AnyVal with PolyTransforms

Implementation of PolyTransforms for all generic collections

Constructors

IterablePolyTransforms ( c: Iterable [ A ] & FromIterable [ C ] )

Members

val c : Iterable [ A ] & FromIterable [ C ]
protected def coll : Iterable [ A ]
protected def fromIterable ( it: Iterable [ B ] ) : strawman$collections$CollectionStrawMan4$IterablePolyTransforms$$C [ B ]