de.sciss.indeterminus

Nullstellen

class Nullstellen extends ProcessorImpl[Product, Nullstellen]

Linear Supertypes
ProcessorImpl[Product, Nullstellen], FutureProxy[Product], ModelImpl[Update[Product, Nullstellen]], Prepared, Processor[Product, Nullstellen], Model[Update[Product, Nullstellen]], Future[Product], Awaitable[Product], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nullstellen
  2. ProcessorImpl
  3. FutureProxy
  4. ModelImpl
  5. Prepared
  6. Processor
  7. Model
  8. Future
  9. Awaitable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def abort(): Unit

    Definition Classes
    ProcessorImpl → Processor
  5. def addListener(pf: Listener[Update[Product, Nullstellen]]): pf.type

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

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

    Definition Classes
    Any
  8. final def await[B](that: Processor[B, _], offset: Double, weight: Double): B

    Attributes
    protected
    Definition Classes
    ProcessorImpl
  9. def body(): Product

    Attributes
    protected
    Definition Classes
    Nullstellen → ProcessorImpl
  10. final def checkAborted(): Unit

    Attributes
    protected
    Definition Classes
    ProcessorImpl
  11. def cleanUp(): Unit

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

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

    Definition Classes
    Future
  14. final def dispatch(update: Update[Product, Nullstellen]): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Future
  19. def fallbackTo[U >: Product](that: Future[U]): Future[U]

    Definition Classes
    Future
  20. def filter(p: (Product) ⇒ Boolean)(implicit executor: ExecutionContext): Future[Product]

    Definition Classes
    Future
  21. def finalize(): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  26. def isCompleted: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  32. def notifyAborted(): Unit

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

    Definition Classes
    AnyRef
  34. def onComplete[U](func: (Try[Product]) ⇒ U)(implicit executor: ExecutionContext): Unit

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

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

    Definition Classes
    Future
  37. final def peerFuture: Future[Product]

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

    Definition Classes
    ProcessorImpl → Processor
  39. val progressResolution: Int

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

    Attributes
    protected
    Definition Classes
    ProcessorImpl
  41. def ready(atMost: Duration)(implicit permit: CanAwait): Nullstellen.this.type

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

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

    Definition Classes
    Future
  44. def releaseListeners(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  45. def removeListener(pf: Listener[Update[Product, Nullstellen]]): Unit

    Definition Classes
    ModelImpl → Model
  46. def result(atMost: Duration)(implicit permit: CanAwait): Product

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

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

    Attributes
    protected
    Definition Classes
    ModelImpl
  49. def stopListening(): Unit

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

    Definition Classes
    AnyRef
  51. def toString(): String

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

    Definition Classes
    Future
  53. def value: Option[Try[Product]]

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

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

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

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

    Definition Classes
    Future
  58. def zip[U](that: Future[U]): Future[(Product, U)]

    Definition Classes
    Future

Inherited from ProcessorImpl[Product, Nullstellen]

Inherited from FutureProxy[Product]

Inherited from ModelImpl[Update[Product, Nullstellen]]

Inherited from Prepared

Inherited from Processor[Product, Nullstellen]

Inherited from Model[Update[Product, Nullstellen]]

Inherited from Future[Product]

Inherited from Awaitable[Product]

Inherited from AnyRef

Inherited from Any

Ungrouped