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: 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 ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. var _callback: Option[(R) ⇒ Unit]

    Attributes
    protected
  7. var _result: Option[R]

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

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

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

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

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

    Definition Classes
    SettableFutureFuture
  13. def await(): R

    Definition Classes
    SettableFutureFuture
  14. def clone(): AnyRef

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

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

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def get(): R

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

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

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

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

    Definition Classes
    SettableFutureFuture
  25. object mutex

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

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. 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