UnionInto

org.atnos.eff.UnionInto
trait UnionInto[R, S]

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

Attributes

Source:
Unions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

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

Attributes

Source:
Unions.scala

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

Attributes

Source:
Unions.scala