Class FilterFieldsCombinator<K,V,I>

java.lang.Object
swim.streamlet.AbstractMapInletMapOutlet<K,K,V,V,I,Map<K,V>>
swim.streamlet.combinator.FilterFieldsOperator<K,V,I>
swim.streamlet.combinator.FilterFieldsCombinator<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>>

public class FilterFieldsCombinator<K,V,I> extends FilterFieldsOperator<K,V,I>