Packages

trait FutureFxCtor extends FxCtor[Future] with Compat

Linear Supertypes
Compat, FxCtor[Future], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FutureFxCtor
  2. Compat
  3. FxCtor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def EC0: ExecutionContext

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def delegateFuture[T](body: => Future[T])(implicit executor: ExecutionContext): Future[T]
    Definition Classes
    Compat
    Annotations
    @inline()
  7. final def effectOf[A](a: => A): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def errorOf[A](throwable: Throwable): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  11. final def flatMapFa[A, B](fa: Future[A])(f: (A) => Future[B]): Future[B]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  12. final def fromEffect[A](fa: => Future[A]): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  13. final def fromEither[A](either: Either[Throwable, A]): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  14. final def fromOption[A](option: Option[A])(orElse: => Throwable): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  15. final def fromTry[A](tryA: Try[A]): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def newFuture[T](body: => T)(implicit executor: ExecutionContext): Future[T]
    Definition Classes
    Compat
    Annotations
    @inline()
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def pureOf[A](a: A): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  24. def pureOfLeft[B]: PureOfLeft[Future, B]
    Definition Classes
    FxCtor
    Annotations
    @inline()
  25. def pureOfNone[A]: Future[Option[A]]
    Definition Classes
    FxCtor
    Annotations
    @inline()
  26. def pureOfOption[A](a: A): Future[Option[A]]
    Definition Classes
    FxCtor
    Annotations
    @inline()
  27. def pureOfRight[A]: PureOfRight[Future, A]
    Definition Classes
    FxCtor
    Annotations
    @inline()
  28. def pureOfSome[A](a: A): Future[Option[A]]
    Definition Classes
    FxCtor
    Annotations
    @inline()
  29. def pureOrError[A](a: => A): Future[A]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def unitOf: Future[Unit]
    Definition Classes
    FutureFxCtorFxCtor
    Annotations
    @inline()
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Compat

Inherited from FxCtor[Future]

Inherited from AnyRef

Inherited from Any

Ungrouped