UnionAppendR

org.atnos.eff.UnionAppendR
case class UnionAppendR[L, R, A](value: Union[R, A]) extends Union[FxAppend[L, R], A]

Attributes

Source
Union.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union[FxAppend[L, R], A]
trait Effect[FxAppend[L, R], A]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type X = A

Attributes

Inherited from:
Effect
Source
Union.scala

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product