package impl
Type Members
- trait FutureProxy[A] extends Future[A]
- class FutureWrapper[A] extends Processor[A] with ModelImpl[Update[A, Processor[A]]] with FutureProxy[A]
- class ProcessWrapper extends ProcessorImpl[Int, Processor[Int]] with Processor[Int]
-
trait
ProcessorImpl[Prod, Repr] extends ProcessorLike[Prod, Repr] with Prepared with Body with ModelImpl[Update[Prod, Repr]] with FutureProxy[Prod]
An implementation of
Processoralong withProcessor.Preparedthat handles everything except the main processing loop.An implementation of
Processoralong withProcessor.Preparedthat handles everything except the main processing loop. This must be specified as the only abstract methodbody.- Prod
the result of the process
- Repr
the self type of the processor