trait IterablePolyTransforms [ +A, +C ]
extends Any

Constructors

Members

def ++ ( xs: IterableOnce [ B ] ) : strawman$collections$CollectionStrawMan5$IterablePolyTransforms$$C [ B ]
protected def coll : Iterable [ A ]
def flatMap ( f: A => IterableOnce [ B ] ) : strawman$collections$CollectionStrawMan5$IterablePolyTransforms$$C [ B ]
def fromIterable ( coll: Iterable [ B ] ) : strawman$collections$CollectionStrawMan5$IterablePolyTransforms$$C [ B ]
def map ( f: A => B ) : strawman$collections$CollectionStrawMan5$IterablePolyTransforms$$C [ B ]
def zip ( xs: IterableOnce [ B ] ) : strawman$collections$CollectionStrawMan5$IterablePolyTransforms$$C [ ( A, B ) ]