Union

org.atnos.eff.Union
See theUnion companion object
sealed trait Union[R, A] extends Effect[R, A]

Attributes

Companion:
object
Source:
Union.scala
Graph
Supertypes
trait Effect[R, A]
class Object
trait Matchable
class Any
Known subtypes
class UnionAppendL[L, R, A]
class UnionAppendR[L, R, A]
class UnionTagged[R, A]

Members list

Concise view

Type members

Inherited types

type X = A

Attributes

Inherited from:
Effect
Source:
Union.scala