akka.dispatch

PromiseStreamIn

trait PromiseStreamIn[A] extends AnyRef

Annotations
@deprecated
Deprecated

(Since version 2.0.2) Was never officially supported or documented, will be removed in Akka 2.1

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. PromiseStreamIn
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def <<(elem1: Future[A], elem2: Future[A], elems: Future[A]*): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  2. abstract def <<(elem: Future[A]): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  3. abstract def <<(elem1: A, elem2: A, elems: A*): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  4. abstract def <<(elem: A): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  5. abstract def <<<(elems: Future[Traversable[A]]): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  6. abstract def <<<(elems: Traversable[A]): akka.dispatch.PromiseStreamIn[A] @util.continuations.package.cps[akka.dispatch.Future[Any]]

  7. abstract def enqueue(elem: A): Unit

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ++=(elem: Future[Traversable[A]]): PromiseStreamIn.this.type

  5. final def ++=(elem: Traversable[A]): PromiseStreamIn.this.type

  6. final def +=(elem1: Future[A], elem2: Future[A], elems: Future[A]*): PromiseStreamIn.this.type

  7. final def +=(elem: Future[A]): PromiseStreamIn.this.type

  8. final def +=(elem1: A, elem2: A, elems: A*): PromiseStreamIn.this.type

  9. final def +=(elem: A): PromiseStreamIn.this.type

  10. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def enqueue(elem1: Future[A], elem2: Future[A], elems: Future[A]*): Unit

  15. final def enqueue(elem: Future[A]): Unit

  16. final def enqueue(elem1: A, elem2: A, elems: A*): Unit

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any