Collectable
class Collectable[m: Type -> Type]
SourceA 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]
SourceRun an Iterator collecting the results.