org.fusesource.hawtdispatch

SettableFuture

trait SettableFuture[T, R] extends (T) ⇒ Unit with Future[R]

Linear Supertypes
Future[R], () ⇒ R, (T) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SettableFuture
  2. Future
  3. Function0
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def merge(value: T): Option[R]

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. var _callback: Option[(R) ⇒ Unit]

    Attributes
    protected
  5. var _result: Option[R]

    Attributes
    protected
  6. def andThen[A](g: (Unit) ⇒ A): (T) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(value: T): Unit

    Definition Classes
    SettableFuture → Function1
  8. def apply(): R

    Definition Classes
    Future → Function0
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def await(time: Long, unit: TimeUnit): Option[R]

    Definition Classes
    SettableFutureFuture
  11. def await(): R

    Definition Classes
    SettableFutureFuture
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def completed: Boolean

    Definition Classes
    SettableFutureFuture
  14. def compose[A](g: (A) ⇒ T): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def get(): R

    Definition Classes
    SettableFutureFuture
  19. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  22. def map[X](func: (R) ⇒ X): SettableFuture[R, X]

    Definition Classes
    SettableFutureFuture
  23. object mutex

    Attributes
    protected
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def onComplete(func: (R) ⇒ Unit): Unit

    Definition Classes
    SettableFutureFuture
  28. def set(value: T): Unit

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Future[R]

Inherited from () ⇒ R

Inherited from (T) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped