play.api.libs.concurrent

STMPromise

class STMPromise [A] extends Promise[A] with Redeemable[A]

Linear Supertypes
Redeemable[A], Promise[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. STMPromise
  2. Redeemable
  3. Promise
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new STMPromise ()

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. val actions : Ref[List[(Promise[A]) ⇒ Unit]]

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def await (timeout: Long, unit: TimeUnit = TimeUnit.MILLISECONDS): NotWaiting[A]

    Definition Classes
    STMPromisePromise
  9. def await : NotWaiting[A]

    Definition Classes
    Promise
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def collect [B] (p: PartialFunction[A, B]): STMPromise[B]

  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def extend [B] (k: (Promise[A]) ⇒ B): Promise[B]

    Definition Classes
    STMPromisePromise
  15. def extend1 [B] (k: (NotWaiting[A]) ⇒ B): Promise[B]

    Definition Classes
    Promise
  16. def filter (p: (A) ⇒ Boolean): Promise[A]

    Definition Classes
    STMPromisePromise
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def flatMap [B] (f: (A) ⇒ Promise[B]): STMPromise[B]

    Definition Classes
    STMPromisePromise
  19. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  20. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  22. def map [B] (f: (A) ⇒ B): Promise[B]

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def onRedeem (k: (A) ⇒ Unit): Unit

    Definition Classes
    STMPromisePromise
  27. def or [B] (other: Promise[B]): Promise[Either[A, B]]

    Definition Classes
    Promise
  28. def orTimeout [B] (message: ⇒ B, duration: Long, unit: TimeUnit): Promise[Either[A, B]]

    Definition Classes
    Promise
  29. def recover [AA >: A] (pf: PartialFunction[Throwable, AA]): Promise[AA]

    Definition Classes
    Promise
  30. def redeem (body: ⇒ A): Unit

    Definition Classes
    STMPromiseRedeemable
  31. var redeemed : Ref[PromiseValue[A]]

  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def throwing (t: Throwable): Unit

    Definition Classes
    STMPromiseRedeemable
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def value : NotWaiting[A]

    Definition Classes
    Promise
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Redeemable[A]

Inherited from Promise[A]

Inherited from AnyRef

Inherited from Any