Maps a GenTraversableOnce
of G
s into Or
s of type H
Or
EVERY[ERR]
(where EVERY
is some subtype of Every
) using the passed function fn
, then combines the resulting Or
s into a single Or
of
type COLL[H]
Or
Every[ERR]
.
Maps a GenTraversableOnce
of G
s into Or
s of type H
Or
EVERY[ERR]
(where EVERY
is some subtype of Every
) using the passed function fn
, then combines the resulting Or
s into a single Or
of
type COLL[H]
Or
Every[ERR]
.
Note: this process implemented by this method is sometimes called a “traverse.”
For more information and examples, see the Using validatedBy
section of
the main documentation for class Or
.
Adds a
validatedBy
method toGenTraversableOnce
via an implicit conversion provided by traitAccumulation
.For more information and examples, see the Using
validatedBy
section of the main documentation for classOr
.