de.sciss.synth.proc.impl

AsyncResource

trait AsyncResource[S <: Sys[S]] extends Processor[Any, AsyncResource[S]] with Disposable[impl.AsyncResource.S.Tx]

Linear Supertypes
Disposable[S.Tx], Processor[Any, AsyncResource[S]], Model[Update[Any, AsyncResource[S]]], Future[Any], Awaitable[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AsyncResource
  2. Disposable
  3. Processor
  4. Model
  5. Future
  6. Awaitable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def abort(): Unit

    Definition Classes
    Processor
  2. abstract def addListener(pf: Listener[Update[Any, AsyncResource[S]]]): pf.type

    Definition Classes
    Model
  3. abstract def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    Disposable
  4. abstract def install(b: SynthBuilder[S])(implicit tx: S.Tx): Unit

  5. abstract def isCompleted: Boolean

    Definition Classes
    Future
  6. abstract def onComplete[U](func: (Try[Any]) ⇒ U)(implicit executor: ExecutionContext): Unit

    Definition Classes
    Future
  7. abstract def progress: Double

    Definition Classes
    Processor
  8. abstract def ready(atMost: Duration)(implicit permit: CanAwait): AsyncResource.this.type

    Definition Classes
    Awaitable
    Annotations
    @throws( ... ) @throws( ... )
  9. abstract def removeListener(pf: Listener[Update[Any, AsyncResource[S]]]): Unit

    Definition Classes
    Model
  10. abstract def result(atMost: Duration)(implicit permit: CanAwait): Any

    Definition Classes
    Awaitable
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. abstract def value: Option[Try[Any]]

    Definition Classes
    Future

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. def andThen[U](pf: PartialFunction[Try[Any], U])(implicit executor: ExecutionContext): Future[Any]

    Definition Classes
    Future
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect[S](pf: PartialFunction[Any, S])(implicit executor: ExecutionContext): Future[S]

    Definition Classes
    Future
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def failed: Future[Throwable]

    Definition Classes
    Future
  13. def fallbackTo[U >: Any](that: Future[U]): Future[U]

    Definition Classes
    Future
  14. def filter(pred: (Any) ⇒ Boolean)(implicit executor: ExecutionContext): Future[Any]

    Definition Classes
    Future
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def flatMap[S](f: (Any) ⇒ Future[S])(implicit executor: ExecutionContext): Future[S]

    Definition Classes
    Future
  17. def foreach[U](f: (Any) ⇒ U)(implicit executor: ExecutionContext): Unit

    Definition Classes
    Future
  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  21. def map[S](f: (Any) ⇒ S)(implicit executor: ExecutionContext): Future[S]

    Definition Classes
    Future
  22. def mapTo[S](implicit tag: ClassTag[S]): Future[S]

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

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

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

    Definition Classes
    AnyRef
  26. def onFailure[U](callback: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Unit

    Definition Classes
    Future
  27. def onSuccess[U](pf: PartialFunction[Any, U])(implicit executor: ExecutionContext): Unit

    Definition Classes
    Future
  28. def recover[U >: Any](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Future[U]

    Definition Classes
    Future
  29. def recoverWith[U >: Any](pf: PartialFunction[Throwable, Future[U]])(implicit executor: ExecutionContext): Future[U]

    Definition Classes
    Future
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def transform[S](s: (Any) ⇒ S, f: (Throwable) ⇒ Throwable)(implicit executor: ExecutionContext): Future[S]

    Definition Classes
    Future
  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( ... )
  36. final def withFilter(p: (Any) ⇒ Boolean)(implicit executor: ExecutionContext): Future[Any]

    Definition Classes
    Future
  37. def zip[U](that: Future[U]): Future[(Any, U)]

    Definition Classes
    Future

Inherited from Disposable[S.Tx]

Inherited from Processor[Any, AsyncResource[S]]

Inherited from Model[Update[Any, AsyncResource[S]]]

Inherited from Future[Any]

Inherited from Awaitable[Any]

Inherited from AnyRef

Inherited from Any

Ungrouped