A mixin trait that implements index flag behaviour using atomic integers.
A base trait for builder factories.
A base trait for parallel builder factories.
This signalling implementation returns default values and ignores received signals.
Class implementing delegated signalling.
An implementation of the signalling interface using delegates.
A template trait that contains just the map
, flatMap
, foreach
and withFilter
methods
of trait TraversableLike
.
A template for companion objects of Map
and subclasses thereof.
A template for companion objects of Seq and subclasses thereof.
A template for companion objects of Set
and subclasses thereof.
A template for companion objects of Traversable
and subclasses thereof.
This class represents companions of classes which require ClassManifests for their element types.
This trait represents collections classes which require class manifests for their element types.
A template class for companion objects of regular collection classes
represent an unconstrained higher-kinded type. Typically
such classes inherit from trait
GenericTraversableTemplate
.
This class represents companions of classes which require the ordered trait for their element types.
This trait represents collections classes which require ordered element types.
A template class for companion objects of parallel collection classes.
A template trait for collections having a companion.
A template class for companion objects of regular
collection classes
that represent an unconstrained higher-kinded type.
This trait forms part of collections that can be augmented
using a +=
operator and that can be cleared of all elements using
a clear
method.
A template for companion objects of immutable.Map
and subclasses thereof.
A template for companion objects of SortedMap
and subclasses thereof.
A template for companion objects of SortedSet
and subclasses thereof.
This trait implements a forwarder for iterable objects.
A template for companion objects of Map
and subclasses thereof.
A template for companion objects of mutable.Map
and subclasses thereof.
A template class for companion objects of ParIterable
and subclasses thereof.
A template class for companion objects of ParMap
and subclasses thereof.
A template for companion objects of Seq and subclasses thereof.
This class implements a forwarder for sequences.
This trait forms part of collections that can be reduced
using a -=
operator.
A message interface serves as a unique interface to the part of the collection capable of receiving messages from a different task.
A trait for objects which have a size.
Any collection (including maps) whose keys (or elements) are ordered.
A template for companion objects of mutable.
A template for companion objects of Set and subclasses thereof.
This trait represents collection-like objects that can be reduced using a '+' operator.
Class implementing delegated signalling, but having its own distinct tag
.
A template for companion objects of Traversable
and subclasses thereof.
This trait implements a forwarder for traversable objects.
A mixin trait that implements abort flag behaviour using volatile variables.
This trait represents collection-like objects that can be added to using a '+' operator.
An object that returns default values and ignores received signals.