de.sciss

processor

package processor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. processor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait GenericProcessor[Product] extends Processor[Product, GenericProcessor[Product]]

  2. trait Processor[+Product, Repr] extends Future[Product] with Model[Update[Product, Repr]]

    A processor extends a Future with the possibility of being observed and use-site induced abortion.

  3. trait ProcessorFactory extends AnyRef

  4. implicit final class ProcessorOps extends AnyVal

    Useful extension methods for processors.

Value Members

  1. object Processor

  2. object ProcessorFactory

  3. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped