GenericCanCombineFrom

scala.collection.generic.ParFactory.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.

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Definition Classes