abstract class PipelineCR::Pipeable(T, U)
- PipelineCR::Pipeable(T, U)
- Reference
- Object
Overview
A module to indicate that something can be used as a part of a pipeline
Direct Known Subclasses
- PipelineCR::Bridge(T, U, V)
- PipelineCR::Multiplication(T, U)
- PipelineCR::Processor(T, U)
- PipelineCR::Seperation(T, U)
- PipelineCR::Stage(T, U)
- PipelineCR::Void(T, U)
Defined in:
pipelinecr/pipeable.crInstance Method Summary
- #>>(other : PipelineCR::Pipeable(U, V)) forall V
- #run(input : Channel(T), output : Channel(U), host : Channel(Int32))