FxCtor

trait FxCtor[F[_]] extends CommonFx[F] with OldEffectConstructor[F]
Companion
object
trait OldEffectConstructor[F]
trait CommonFx[F]
class Object
trait Matchable
class Any
trait Fx[F]
class FutureFx

Value members

Inherited methods

def effectOf[A](a: => A): F[A]
Inherited from
CommonFx
def errorOf[A](throwable: Throwable): F[A]
Inherited from
CommonFx
def pureOf[A](a: A): F[A]
Inherited from
CommonFx
def unitOf: F[Unit]
Inherited from
CommonFx

Deprecated and Inherited methods

@deprecated(message = "Use EffectConstructor[F].pureOf instead", since = "1.4.0") @inline
final def effectOfPure[A](a: A): F[A]
Deprecated
[Since version 1.4.0] Use EffectConstructor[F].pureOf instead
Inherited from
OldEffectConstructor
@deprecated(message = "Use EffectConstructor[F].unitOf instead", since = "1.4.0") @inline
final def effectOfUnit: F[Unit]
Deprecated
[Since version 1.4.0] Use EffectConstructor[F].unitOf instead
Inherited from
OldEffectConstructor