case classDeferredFutureImpl[A](deferred: Future[Future[A]])(implicit ec: ExecutionContext) extends DeferredFuture[A] with DelegatedFuture[A] with Product with Serializable
Linear Supertypes
Serializable, Serializable, Product, Equals, DelegatedFuture[A], DeferredFuture[A], Future[A], Awaitable[A], AnyRef, Any