package processor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- processor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Processor[+Prod] extends ProcessorLike[Prod, Processor[Prod]]
- trait ProcessorFactory extends AnyRef
-
trait
ProcessorLike[+Prod, +Repr] extends Future[Prod] with Model[Update[Prod, Repr]]
A processor extends a
Futurewith the possibility of being observed and use-site induced abortion. -
implicit final
class
ProcessorOps extends AnyVal
Useful extension methods for processors.
Value Members
- object Processor
- object ProcessorFactory