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

Implementation of PolyTransforms for all generic collections

Constructors

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

Members

[+] val c : Iterable [ A ] & FromIterator [ C ]
[+] protected def fromIter ( it: => Iterator [ B ] ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ B ]
[+] protected def iter : Iterator [ A ]