Abstract Value Members
-
def
merge
(value: T): Option[R]
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
var
_callback
: Option[(R) ⇒ Unit]
-
var
_result
: Option[R]
-
def
andThen
[A]
(g: (Unit) ⇒ A): (T) ⇒ A
-
def
apply
(value: T): Unit
-
def
apply
(): R
-
def
asInstanceOf
[T0]
: T0
-
def
await
(time: Long, unit: TimeUnit): Option[R]
-
def
await
(): R
-
def
clone
(): AnyRef
-
def
completed
: Boolean
-
def
compose
[A]
(g: (A) ⇒ T): (A) ⇒ Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
map
[X]
(func: (R) ⇒ X): SettableFuture[R, X]
-
object
mutex
extends AnyRef
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onComplete
(func: (R) ⇒ Unit): Unit
-
def
set
(value: T): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from () ⇒ R
Inherited from (T) ⇒ Unit
Inherited from AnyRef
Inherited from Any