CollectedUnions

org.specs2.control.eff.CollectedUnions
case class CollectedUnions[M[_], R, U](effects: List[M[Any]], otherEffects: List[Union[U, Any]], indices: List[Int], otherIndices: List[Int])

Collection of effects of a given type from a Unions objects

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def continuation[A](continueWith: List[Any] => Eff[R, A], m: Aux[M, R, U]): Arrs[R, List[Any], A]
def continuation[A](continueWith: Arrs[U, List[Any], A]): Arrs[U, List[Any], A]
def othersEff[A](continueWith: Arrs[U, List[Any], A]): Eff[U, A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product