Trait

de.sciss.negatum.impl

RenderingImpl

Related Doc: package impl

Permalink

trait RenderingImpl[S <: Sys[S], A, B] extends ProcessorImpl[B, Processor[B]] with Processor[B] with Rendering[S, A] with ObservableImpl[S, State[A]]

Linear Supertypes
ObservableImpl[S, State[A]], Rendering[S, A], Disposable[S.Tx], Observable[S.Tx, State[A]], Processor[B], ProcessorImpl[B, Processor[B]], FutureProxy[B], ModelImpl[Update[B, Processor[B]]], Body, Prepared, ProcessorLike[B, Processor[B]], Model[Update[B, Processor[B]]], Future[B], Awaitable[B], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RenderingImpl
  2. ObservableImpl
  3. Rendering
  4. Disposable
  5. Observable
  6. Processor
  7. ProcessorImpl
  8. FutureProxy
  9. ModelImpl
  10. Body
  11. Prepared
  12. ProcessorLike
  13. Model
  14. Future
  15. Awaitable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def body(): B

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  2. abstract def cursor: Cursor[S]

    Permalink
    Attributes
    protected
  3. abstract def fillResult(out: B)(implicit tx: S.Tx): A

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def abort(): Unit

    Permalink
    Definition Classes
    ProcessorImpl → ProcessorLike
  5. final def aborted: Boolean

    Permalink
    Definition Classes
    ProcessorImpl → Body
  6. def addListener(pf: Listener[Update[B, Processor[B]]]): pf.type

    Permalink
    Definition Classes
    ModelImpl → Model
  7. def andThen[U](pf: PartialFunction[Try[B], U])(implicit executor: ExecutionContext): Future[B]

    Permalink
    Definition Classes
    Future
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def await[B](that: ProcessorLike[B, Any], offset: Double, weight: Double): B

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  10. def cancel()(implicit tx: S.Tx): Unit

    Permalink

    Cancels the process and does not keep results.

    Cancels the process and does not keep results.

    Definition Classes
    RenderingImplRendering
  11. final def checkAborted(): Unit

    Permalink
    Definition Classes
    ProcessorImpl → Body
  12. def cleanUp(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Future
  15. def completeWith(t: Try[B]): Unit

    Permalink
    Attributes
    protected
  16. final def dispatch(update: Update[B, Processor[B]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  17. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    RenderingImpl → Disposable
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. implicit final def executionContext: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  21. def failed: Future[Throwable]

    Permalink
    Definition Classes
    Future
  22. def fallbackTo[U >: B](that: Future[U]): Future[U]

    Permalink
    Definition Classes
    Future
  23. def filter(p: (B) ⇒ Boolean)(implicit executor: ExecutionContext): Future[B]

    Permalink
    Definition Classes
    Future
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def fire(update: State[A])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  26. def flatMap[S](f: (B) ⇒ Future[S])(implicit executor: ExecutionContext): Future[S]

    Permalink
    Definition Classes
    Future
  27. def foreach[U](f: (B) ⇒ U)(implicit executor: ExecutionContext): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def isCompleted: Boolean

    Permalink
    Definition Classes
    FutureProxy → Future
  31. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def notifyAborted(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def onComplete[U](func: (Try[B]) ⇒ U)(implicit executor: ExecutionContext): Unit

    Permalink
    Definition Classes
    FutureProxy → Future
  39. def onFailure[U](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Unit

    Permalink
    Definition Classes
    Future
  40. def onSuccess[U](pf: PartialFunction[B, U])(implicit executor: ExecutionContext): Unit

    Permalink
    Definition Classes
    Future
  41. final def peerFuture: Future[B]

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl → FutureProxy
  42. final def progress: Double

    Permalink
    Definition Classes
    ProcessorImpl → Body → ProcessorLike
  43. val progressResolution: Int

    Permalink
    Attributes
    protected
    Definition Classes
    ProcessorImpl
  44. final def progress_=(f: Double): Unit

    Permalink
    Definition Classes
    ProcessorImpl → Body
  45. final def react(fun: (S.Tx) ⇒ (State[A]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  46. final def reactNow(fun: (S.Tx) ⇒ (State[A]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink

    Like react but invokes the function immediately with the current state.

    Like react but invokes the function immediately with the current state.

    Definition Classes
    RenderingImplRendering
  47. def ready(atMost: Duration)(implicit permit: CanAwait): RenderingImpl.this.type

    Permalink
    Definition Classes
    FutureProxy → Awaitable
  48. def recover[U >: B](pf: PartialFunction[Throwable, U])(implicit executor: ExecutionContext): Future[U]

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

    Permalink
    Definition Classes
    Future
  50. def releaseListeners(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  51. def removeListener(pf: Listener[Update[B, Processor[B]]]): Unit

    Permalink
    Definition Classes
    ModelImpl → Model
  52. def result(atMost: Duration)(implicit permit: CanAwait): B

    Permalink
    Definition Classes
    FutureProxy → Awaitable
  53. final def start()(implicit executionContext: ExecutionContext): Unit

    Permalink
    Definition Classes
    ProcessorImpl → Prepared
  54. def startListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  55. def startTx()(implicit tx: S.Tx): Unit

    Permalink
  56. final def state(implicit tx: S.Tx): State[A]

    Permalink
    Definition Classes
    RenderingImplRendering
  57. final def state_=(value: State[A])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  58. def stop()(implicit tx: S.Tx): Unit

    Permalink

    Stops process at the next possible moment, and return current results.

    Stops process at the next possible moment, and return current results.

    Definition Classes
    RenderingImplRendering
  59. def stopListening(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ModelImpl
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. def toString(): String

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

    Permalink
    Definition Classes
    Future
  63. def value: Option[Try[B]]

    Permalink
    Definition Classes
    FutureProxy → Future
  64. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def withFilter(p: (B) ⇒ Boolean)(implicit executor: ExecutionContext): Future[B]

    Permalink
    Definition Classes
    Future
  68. def zip[U](that: Future[U]): Future[(B, U)]

    Permalink
    Definition Classes
    Future

Inherited from ObservableImpl[S, State[A]]

Inherited from Rendering[S, A]

Inherited from Disposable[S.Tx]

Inherited from Observable[S.Tx, State[A]]

Inherited from Processor[B]

Inherited from ProcessorImpl[B, Processor[B]]

Inherited from FutureProxy[B]

Inherited from ModelImpl[Update[B, Processor[B]]]

Inherited from Body

Inherited from Prepared

Inherited from ProcessorLike[B, Processor[B]]

Inherited from Model[Update[B, Processor[B]]]

Inherited from Future[B]

Inherited from Awaitable[B]

Inherited from AnyRef

Inherited from Any

Ungrouped