OldFutureEffectConstructor

trait OldFutureEffectConstructor extends CommonFutureFx with OldEffectConstructor[[T] =>> Future[T]]
trait OldEffectConstructor[[T] =>> Future[T]]
trait CommonFx[[T] =>> Future[T]]
class Object
trait Matchable
class Any

Value members

Inherited methods

override def effectOf[A](a: => A): Future[A]
Definition Classes
Inherited from
CommonFutureFx
override def pureOf[A](a: A): Future[A]
Definition Classes
Inherited from
CommonFutureFx
override def unitOf: Future[Unit]
Definition Classes
Inherited from
CommonFutureFx

Deprecated and Inherited methods

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

Implicits

Inherited implicits

implicit def EC0: ExecutionContext
Inherited from
CommonFutureFx