Collectable

trait Collectable[m: Type -> Type]Source

A trait representing collections that can be produced from an Iterator.

Signatures

def collect(iter: Iterator[a, ef, r]): m[a] \ ef + r with Collectable[m], Order[a] Source

Run an Iterator collecting the results.