CollectedUnions

case class CollectedUnions[M[_], R, U](effects: Vector[M[Any]], otherEffects: Vector[Union[U, Any]], indices: Vector[Int], otherIndices: Vector[Int])

Collection of effects of a given type from a Unions objects

Source:
Unions.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def continuation[A](continueWith: Continuation[R, Vector[Any], A], m: Aux[M, R, U]): Continuation[R, Vector[Any], A]
def continuation[A](continueWith: Continuation[U, Vector[Any], A]): Continuation[U, Vector[Any], A]
def othersEff[A](continueWith: Continuation[U, Vector[Any], A]): Eff[U, A]

Inherited methods

Inherited from:
Product