Fx

sealed trait Fx

Base type for a tree of effect types

Companion:
object
Source:
Fx.scala
class Object
trait Matchable
class Any
trait Fx1[F]
trait Fx2[L, R]
trait Fx3[L, M, R]
trait FxAppend[L, R]
class NoFx
object NoFx.type