CombinerFactory

scala.collection.parallel.CombinerFactory
trait CombinerFactory[U, Repr]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(): Combiner[U, Repr]

Provides a combiner used to construct a collection.

Provides a combiner used to construct a collection.

Attributes

The call to the apply method can create a new combiner each time. If it does, this method returns false. The same combiner factory may be used each time (typically, this is the case for concurrent collections, which are thread safe). If so, the method returns true.

The call to the apply method can create a new combiner each time. If it does, this method returns false. The same combiner factory may be used each time (typically, this is the case for concurrent collections, which are thread safe). If so, the method returns true.

Attributes