Combines a collection COLL
of Or
s of type G
Or
EVERY[ERR]
(where EVERY
is some subtype of Every
) into a single Or
of
type COLL[G]
Or
Every[ERR]
.
Combines a collection COLL
of Or
s of type G
Or
EVERY[ERR]
(where EVERY
is some subtype of Every
) into a single Or
of
type COLL[G]
Or
Every[ERR]
.
Note: this process implemented by this method is sometimes called a “sequence.”
For more information and examples, see the Using combined
section
of the main documentation for class Or
.
Adds a
combined
method to “collections” of accumulatingOr
s via an implicit conversion provided by traitAccumulation
.For more information and examples, see the Using
combined
section of the main documentation for classOr
.