IdFx

object IdFx extends Fx[Id]
trait Fx[Id]
trait FxCtor[Id]
trait OldEffectConstructor[Id]
trait CommonFx[Id]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final override def effectOf[A](a: => A): Id[A]
Definition Classes
CommonFx
@inline
final override def errorOf[A](throwable: Throwable): Id[A]
Definition Classes
CommonFx
@inline
final override def pureOf[A](a: A): Id[A]
Definition Classes
CommonFx

Deprecated and Inherited methods

@deprecated(message = "Use EffectConstructor[F].pureOf instead", since = "1.4.0") @inline
final def effectOfPure[A](a: A): Id[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: Id[Unit]
Deprecated
[Since version 1.4.0] Use EffectConstructor[F].unitOf instead
Inherited from
OldEffectConstructor

Concrete fields

@inline
final override val unitOf: Id[Unit]