Uses of Class
jconch.pipeline.Consumer

Packages that use Consumer
jconch.pipeline.impl   
 

Uses of Consumer in jconch.pipeline.impl
 

Subclasses of Consumer in jconch.pipeline.impl
 class ClosureConsumer<T>
          A Closure-based implementation of a Consumer.
 class CollectionConsumer<T>
          A consumer which collects elements into a collection.