Uses of Class
jconch.pipeline.Producer

Packages that use Producer
jconch.pipeline   
jconch.pipeline.impl   
 

Uses of Producer in jconch.pipeline
 

Methods in jconch.pipeline with parameters of type Producer
 void PipeLink.registerSource(Producer<T> source)
          Registers a source for this pipe link.
 

Uses of Producer in jconch.pipeline.impl
 

Subclasses of Producer in jconch.pipeline.impl
 class CollectionProducer<T>
          A producer which provides elements from a given collection.
 class FactoryProducer
          A Producer based off of a Factory implementation.