trait PolyTransforms [ A, C ]
extends Any

Constructors

Members

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