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
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]