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

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product