GenericCanCombineFrom

class GenericCanCombineFrom[From, To] extends CanCombineFrom[CC[From], To, CC[To]]

A generic implementation of the CanCombineFrom trait, which forwards all calls to apply(from) to the genericParBuilder method of the parallel collection from, and calls to apply() to this factory.

A generic implementation of the CanCombineFrom trait, which forwards all calls to apply(from) to the genericParBuilder method of the parallel collection from, and calls to apply() to this factory.

trait CanCombineFrom[CC[From], To, CC[To]]
trait Parallel
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(from: CC[From]): Combiner[To, CC[To]]
Definition Classes
override def apply(): Combiner[To, CC[To]]
Definition Classes