org.crsh.io
Interface Filter<C,P,CONS extends Consumer<? super P>>

Type Parameters:
C - the consumed element generic type
P - the produced element generic type
CONS - the consumer generic type
All Superinterfaces:
Closeable, Consumer<C>, Flushable, Producer<P,CONS>
All Known Implementing Classes:
ClosureInvoker, CommandInvoker, PipeLine, PipeLineElement

public interface Filter<C,P,CONS extends Consumer<? super P>>
extends Consumer<C>, Producer<P,CONS>

A filter is the combination of a producer and a consumer.


Method Summary
 
Methods inherited from interface org.crsh.io.Consumer
getConsumedType, provide
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface org.crsh.io.Producer
close, getProducedType, open
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.