UnionAppendL

case class UnionAppendL[L, R, A](value: Union[L, A]) extends Union[FxAppend[L, R], A]
trait Serializable
trait Product
trait Equals
trait Union[FxAppend[L, R], A]
trait Effect[FxAppend[L, R], A]
class Object
trait Matchable
class Any

Type members

Inherited types

type X = A
Inherited from:
Effect
Source:
Union.scala

Value members

Inherited methods

Inherited from:
Product