CombinerFactory

trait CombinerFactory[U, Repr]
class Object
trait Matchable
class Any

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.

def doesShareCombiners: Boolean

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.