All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractInlet<I> |
|
| AbstractInoutlet<I,O> |
|
| AbstractMapInlet<K,V,O> |
|
| AbstractMapInletMapOutlet<KI,KO,VI,VO,I,O> |
|
| AbstractMapInletOutlet<K,V,I,O> |
|
| AbstractMapInoutlet<K,VI,VO,I,O> |
|
| AbstractMapOutlet<K,V,O> |
|
| AbstractOutlet<O> |
|
| AbstractStreamlet<I,O> |
|
| FilterFieldsCombinator<K,V,I> |
|
| FilterFieldsFunction<K,V> |
|
| FilterFieldsOperator<K,V,I> |
|
| GenericStreamlet<I,O> |
|
| In |
|
| Inlet<I> |
|
| Inout |
|
| Inoutlet<I,O> |
|
| KeyEffect |
|
| KeyOutlet<K,V> |
|
| MapFieldValuesCombinator<K,VI,VO,I> |
|
| MapFieldValuesFunction<K,VI,VO> |
|
| MapFieldValuesOperator<K,VI,VO,I> |
|
| MapInlet<K,V,I> |
Input connector into a Streamlet for a key-value map state.
|
| MapInletMapOutlet<KI,KO,VI,VO,I,O> |
|
| MapInletOutlet<K,V,I,O> |
|
| MapInoutlet<K,VI,VO,I,O> |
|
| MapInput<K,V> |
|
| MapOutlet<K,V,O> |
Output connector from a Streamlet for a key-value map state.
|
| MapOutput<K,V> |
|
| MapValueCombinator<I,O> |
|
| MapValueFunction<I,O> |
|
| MapValueOperator<I,O> |
|
| MemoizeMapCombinator<K,V,IO> |
|
| MemoizeValueCombinator<IO> |
|
| Out |
|
| Outlet<O> |
|
| OutletInlet<I> |
An Inlet that decoheres a parameterized Outlet whenever
the Inlet decoheres, and that recoheres the parameterized
Outlet whenever the Inlet recoheres.
|
| OutletMapInlet<K,V,O> |
A MapInlet that decoheres a parameterized Outlet whenever
the MapInlet decoheres, and that recoheres the parameterized
Outlet whenever the MapInlet recoheres.
|
| ReduceFieldsCombinator<K,V,I,O> |
|
| ReduceFieldsOperator<K,V,I,O> |
|
| Streamlet<I,O> |
Stateful node in a dataflow graph that uses the state of its Inlets to compute the state of its Outlets.
|
| StreamletContext |
|
| StreamletException |
|
| StreamletInlet<I> |
An Inlet that decoheres a parameterized Streamlet whenever
the Inlet decoheres, and that recoheres the parameterized
Streamlet whenever the Inlet recoheres.
|
| StreamletInoutlet<I,O> |
An Inoutlet that decoheres a parameterized Streamlet
whenever the Inoutlet decoheres, that recoheres the parameterized
Streamlet whenever the Inoutlet recoheres, and which gets
its state from the parameterized Streamlet.
|
| StreamletOutlet<O> |
An Outlet that decoheres a parameterized Streamlet
whenever the Outlet decoheres, and which gets its state from
the parameterized Streamlet.
|
| StreamletScope<O> |
|
| ValueInput<O> |
|
| ValueOutput<I> |
|
| WatchFieldsCombinator<K,V,O> |
|
| WatchFieldsFunction<K,V> |
|
| WatchFieldsOperator<K,V,O> |
|
| WatchValueCombinator<I> |
|
| WatchValueFunction<I> |
|
| WatchValueOperator<I> |
|