FxAppend

final case class FxAppend[L, R](left: L, right: R) extends Fx

Append a tree of effects to another one

trait Serializable
trait Product
trait Equals
trait Fx
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product