A non-empty list of Unions.
It is only partially typed, we just keep track of the type of the first object
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Type members
Types
Value members
Concrete methods
create a continuation which will apply the 'map' function if the first effect of this Unions object is interpreted
create a continuation which will apply the 'map' function if the first effect of this Unions object is interpreted
collect all the M effects and create a continuation for other effects in the same stack
collect all the M effects and create a continuation for other effects in the same stack
collect all the M effects and create a continuation for other effects in a stack containing no more M effects
collect all the M effects and create a continuation for other effects in a stack containing no more M effects
def transformInto[M[_], N[_], U, S](nat: FunctionK[M, N])(implicit m: Aux[M, R, U], n: Aux[N, S, U]): Unions[S, A]