Class FilterFieldsOperator<K,V,I>

java.lang.Object
swim.streamlet.AbstractMapInletMapOutlet<K,K,V,V,I,Map<K,V>>
swim.streamlet.combinator.FilterFieldsOperator<K,V,I>
All Implemented Interfaces:
Inlet<I>, MapInlet<K,V,I>, MapInletMapOutlet<K,K,V,V,I,Map<K,V>>, MapOutlet<K,V,Map<K,V>>, Outlet<Map<K,V>>
Direct Known Subclasses:
FilterFieldsCombinator

public abstract class FilterFieldsOperator<K,V,I> extends AbstractMapInletMapOutlet<K,K,V,V,I,Map<K,V>>