class
STMPromise
[A]
extends Promise[A] with Redeemable[A]
Instance Constructors
-
new
STMPromise
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
actions
: Ref[List[(Promise[A]) ⇒ Unit]]
-
def
asInstanceOf
[T0]
: T0
-
-
-
def
clone
(): AnyRef
-
def
collect
[B]
(p: PartialFunction[A, B]): STMPromise[B]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
extend
[B]
(k: (Promise[A]) ⇒ B): Promise[B]
-
def
extend1
[B]
(k: (NotWaiting[A]) ⇒ B): Promise[B]
-
def
filter
(p: (A) ⇒ Boolean): Promise[A]
-
def
finalize
(): Unit
-
def
flatMap
[B]
(f: (A) ⇒ Promise[B]): STMPromise[B]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
map
[B]
(f: (A) ⇒ B): Promise[B]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onRedeem
(k: (A) ⇒ Unit): Unit
-
def
or
[B]
(other: Promise[B]): Promise[Either[A, B]]
-
def
orTimeout
[B]
(message: ⇒ B, duration: Long, unit: TimeUnit): Promise[Either[A, B]]
-
def
recover
[AA >: A]
(pf: PartialFunction[Throwable, AA]): Promise[AA]
-
def
redeem
(body: ⇒ A): Unit
-
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
throwing
(t: Throwable): Unit
-
def
toString
(): String
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any