de.sciss.indeterminus

Nullstellen

Related Docs: object Nullstellen | package indeterminus

class Nullstellen extends ProcessorImpl[Product, Nullstellen]

Linear Supertypes
ProcessorImpl[Product, Nullstellen], FutureProxy[Product], ModelImpl[Update[Product, Nullstellen]], Body, Prepared, ProcessorLike[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. Body
  6. Prepared
  7. ProcessorLike
  8. Model
  9. Future
  10. Awaitable
  11. AnyRef
  12. 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 → ProcessorLike
  5. final def aborted: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Future
  22. def finalize(): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def isCompleted: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  33. def notifyAborted(): Unit

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

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

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

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

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

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

    Definition Classes
    ProcessorImpl → Body → ProcessorLike
  40. val progressResolution: Int

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

    Definition Classes
    ProcessorImpl → Body
  42. def ready(atMost: Duration)(implicit permit: CanAwait): Nullstellen.this.type

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

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

    Definition Classes
    Future
  45. def releaseListeners(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef
  52. def toString(): String

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

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

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

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

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

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

    Definition Classes
    Future
  59. 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 Body

Inherited from Prepared

Inherited from ProcessorLike[Product, Nullstellen]

Inherited from Model[Update[Product, Nullstellen]]

Inherited from Future[Product]

Inherited from Awaitable[Product]

Inherited from AnyRef

Inherited from Any

Ungrouped