UnionInto

trait UnionInto[R, S]

transform a Union for a given stack into a Union for another stack

Source:
Unions.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[A](union: Union[R, A]): Union[S, A]

Concrete methods

def into[A](e: Eff[R, A]): Eff[S, A]

transform the unions for a given effect

transform the unions for a given effect

Source:
Unions.scala