trait AccumulationLowPriorityImplicits extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccumulationLowPriorityImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit def convertGenTraversableOnceToCombinable[G, ERR, EVERY[b] <: Every[b], TRAVONCE[+e] <: GenTraversableOnce[e]](xs: TRAVONCE[Or[G, EVERY[ERR]]])(implicit cbf: CanBuildFrom[TRAVONCE[Or[G, EVERY[ERR]]], G, TRAVONCE[G]]): Combinable[G, ERR, TRAVONCE]
Implicitly converts a covariant
GenTraversableOnce
containing accumulatingOr
s to an instance ofCombinable
, which enables thecombined
method to be invoked on it.Implicitly converts a covariant
GenTraversableOnce
containing accumulatingOr
s to an instance ofCombinable
, which enables thecombined
method to be invoked on it.For more information and examples, see the Using
combined
section of the main documentation for classOr
. - implicit def convertGenTraversableOnceToCombinable3[E, TRAVONCE[+e] <: GenTraversableOnce[e]](xs: TRAVONCE[Bad[Every[E]]]): Combinable[Nothing, E, TRAVONCE]