trait PolyTransforms [ A, C ]
extends Any

Transforms returning same collection type constructor

Constructors

Members

def ++ ( xs: CanIterate [ B ] ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ B ]
def flatMap ( f: A => CanIterate [ B ] ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ B ]
protected def fromIter ( it: => Iterator [ B ] ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ B ]
protected def iter : Iterator [ A ]
def map ( f: A => B ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ B ]
def zip ( xs: CanIterate [ B ] ) : strawman$collections$CollectionStrawMan1$PolyTransforms$$C [ ( A, B ) ]