AccumulationLowPriorityImplicits

org.scalactic.AccumulationLowPriorityImplicits

Attributes

Source
Accumulation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Accumulation
object Accumulation.type

Members list

Implicits

Implicits

implicit def convertIterableOnceToCombinable[G, ERR, EVERY <: (Every), ITRONCE <: (IterableOnce)](xs: ITRONCE[Or[G, EVERY[ERR]]])(implicit cbf: BuildFrom[ITRONCE[Or[G, EVERY[ERR]]], G, ITRONCE[G]]): Combinable[G, ERR, ITRONCE]

Implicitly converts a covariant IterableOnce containing accumulating Ors to an instance of Combinable, which enables the combined method to be invoked on it.

Implicitly converts a covariant IterableOnce containing accumulating Ors to an instance of Combinable, which enables the combined method to be invoked on it.

For more information and examples, see the Using combined section of the main documentation for class Or.

Attributes

Source
Accumulation.scala
implicit def convertIterableOnceToCombinable3[E, ITRONCE <: (IterableOnce)](xs: ITRONCE[Bad[Every[E]]]): Combinable[Nothing, E, ITRONCE]

Attributes

Source
Accumulation.scala