A B C D E F G I K M O P R S U V W 
All Classes All Packages

A

AbstractInlet<I> - Class in swim.streamlet
 
AbstractInlet() - Constructor for class swim.streamlet.AbstractInlet
 
AbstractInoutlet<I,​O> - Class in swim.streamlet
 
AbstractInoutlet() - Constructor for class swim.streamlet.AbstractInoutlet
 
AbstractMapInlet<K,​V,​O> - Class in swim.streamlet
 
AbstractMapInlet() - Constructor for class swim.streamlet.AbstractMapInlet
 
AbstractMapInletMapOutlet<KI,​KO,​VI,​VO,​I,​O> - Class in swim.streamlet
 
AbstractMapInletMapOutlet() - Constructor for class swim.streamlet.AbstractMapInletMapOutlet
 
AbstractMapInletOutlet<K,​V,​I,​O> - Class in swim.streamlet
 
AbstractMapInletOutlet() - Constructor for class swim.streamlet.AbstractMapInletOutlet
 
AbstractMapInoutlet<K,​VI,​VO,​I,​O> - Class in swim.streamlet
 
AbstractMapInoutlet() - Constructor for class swim.streamlet.AbstractMapInoutlet
 
AbstractMapOutlet<K,​V,​O> - Class in swim.streamlet
 
AbstractMapOutlet() - Constructor for class swim.streamlet.AbstractMapOutlet
 
AbstractOutlet<O> - Class in swim.streamlet
 
AbstractOutlet() - Constructor for class swim.streamlet.AbstractOutlet
 
AbstractStreamlet<I,​O> - Class in swim.streamlet
 
AbstractStreamlet() - Constructor for class swim.streamlet.AbstractStreamlet
 
AbstractStreamlet(StreamletScope<? extends O>) - Constructor for class swim.streamlet.AbstractStreamlet
 
accumulate(O, V) - Method in class swim.streamlet.combinator.ReduceFieldsCombinator
 
accumulate(O, V) - Method in class swim.streamlet.combinator.ReduceFieldsOperator
 
accumulator - Variable in class swim.streamlet.combinator.ReduceFieldsCombinator
 
apply(I) - Method in interface swim.streamlet.function.MapValueFunction
 
apply(I) - Method in interface swim.streamlet.function.WatchValueFunction
 
apply(K, V) - Method in interface swim.streamlet.function.FilterFieldsFunction
 
apply(K, V) - Method in interface swim.streamlet.function.WatchFieldsFunction
 
apply(K, VI) - Method in interface swim.streamlet.function.MapFieldValuesFunction
 

B

bindInput(String, Outlet<? extends I>) - Method in class swim.streamlet.AbstractStreamlet
 
bindInput(String, Outlet<? extends I>) - Method in interface swim.streamlet.Streamlet
Connects the Inlet of this Streamlet, identified by the given key, to the input from which the Inlet should acquire its state.
bindInput(MapOutlet<K, V, ? extends I>) - Method in class swim.streamlet.AbstractMapInletOutlet
 
bindInput(MapOutlet<K, V, ? extends O>) - Method in class swim.streamlet.AbstractMapInlet
 
bindInput(MapOutlet<K, VI, ? extends I>) - Method in class swim.streamlet.AbstractMapInoutlet
 
bindInput(MapOutlet<KI, VI, ? extends I>) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
bindInput(Outlet<? extends I>) - Method in class swim.streamlet.AbstractInlet
 
bindInput(Outlet<? extends I>) - Method in class swim.streamlet.AbstractInoutlet
 
bindInput(Outlet<? extends I>) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
bindInput(Outlet<? extends I>) - Method in class swim.streamlet.AbstractMapInletOutlet
 
bindInput(Outlet<? extends I>) - Method in class swim.streamlet.AbstractMapInoutlet
 
bindInput(Outlet<? extends I>) - Method in interface swim.streamlet.Inlet
Connects this Inlet to an Outlet from which it will acquire its state.
bindInput(Outlet<? extends O>) - Method in class swim.streamlet.AbstractMapInlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractInoutlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInletOutlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInoutlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapOutlet
 
bindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractOutlet
 
bindOutput(Inlet<? super O>) - Method in interface swim.streamlet.Outlet
Adds an output to the set of Inlets that depend on the state of this Outlet.

C

cache - Variable in class swim.streamlet.combinator.MemoizeMapCombinator
 
combine(O, O) - Method in class swim.streamlet.combinator.ReduceFieldsCombinator
 
combine(O, O) - Method in class swim.streamlet.combinator.ReduceFieldsOperator
 
combiner - Variable in class swim.streamlet.combinator.ReduceFieldsCombinator
 
containsKey(K) - Method in class swim.streamlet.AbstractMapInoutlet
 
containsKey(K) - Method in class swim.streamlet.AbstractMapOutlet
 
containsKey(K) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
containsKey(K) - Method in class swim.streamlet.combinator.MapFieldValuesOperator
 
containsKey(K) - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
containsKey(K) - Method in class swim.streamlet.MapInput
 
containsKey(K) - Method in interface swim.streamlet.MapOutlet
Returns true if the current state of this MapOutlet contains the given key; otherwise returns false.
containsKey(KO) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
context - Variable in class swim.streamlet.AbstractStreamlet
 

D

didInvalidate() - Method in class swim.streamlet.AbstractInoutlet
 
didInvalidate() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didInvalidate() - Method in class swim.streamlet.AbstractMapInletOutlet
 
didInvalidate() - Method in class swim.streamlet.AbstractMapInoutlet
 
didInvalidate() - Method in class swim.streamlet.AbstractStreamlet
 
didInvalidate() - Method in class swim.streamlet.StreamletInoutlet
 
didInvalidateInlet(Inlet<? extends I>) - Method in class swim.streamlet.AbstractStreamlet
 
didInvalidateInlet(Inlet<? extends I>) - Method in interface swim.streamlet.GenericStreamlet
 
didInvalidateInput() - Method in class swim.streamlet.AbstractMapOutlet
 
didInvalidateInput() - Method in class swim.streamlet.AbstractOutlet
 
didInvalidateInput() - Method in class swim.streamlet.StreamletOutlet
 
didInvalidateInputKey(KO, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didInvalidateInputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapOutlet
 
didInvalidateKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
didInvalidateOutlet(Outlet<? super O>) - Method in class swim.streamlet.AbstractStreamlet
 
didInvalidateOutlet(Outlet<? super O>) - Method in interface swim.streamlet.GenericStreamlet
 
didInvalidateOutput() - Method in class swim.streamlet.AbstractInlet
 
didInvalidateOutput() - Method in class swim.streamlet.AbstractMapInlet
 
didInvalidateOutput() - Method in class swim.streamlet.StreamletInlet
 
didInvalidateOutputKey(KI, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInlet
 
didInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInletOutlet
 
didReconcile(int) - Method in class swim.streamlet.AbstractInoutlet
 
didReconcile(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didReconcile(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
didReconcile(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
didReconcile(int) - Method in class swim.streamlet.AbstractStreamlet
 
didReconcile(int) - Method in class swim.streamlet.StreamletInoutlet
 
didReconcileInlet(Inlet<? extends I>, int) - Method in class swim.streamlet.AbstractStreamlet
 
didReconcileInlet(Inlet<? extends I>, int) - Method in interface swim.streamlet.GenericStreamlet
 
didReconcileInput(int) - Method in class swim.streamlet.AbstractMapOutlet
 
didReconcileInput(int) - Method in class swim.streamlet.AbstractOutlet
 
didReconcileInput(int) - Method in class swim.streamlet.StreamletOutlet
 
didReconcileInputKey(KO, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didReconcileInputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapOutlet
 
didReconcileKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
didReconcileOutlet(Outlet<? super O>, int) - Method in class swim.streamlet.AbstractStreamlet
 
didReconcileOutlet(Outlet<? super O>, int) - Method in interface swim.streamlet.GenericStreamlet
 
didReconcileOutput(int) - Method in class swim.streamlet.AbstractInlet
 
didReconcileOutput(int) - Method in class swim.streamlet.AbstractMapInlet
 
didReconcileOutput(int) - Method in class swim.streamlet.StreamletInlet
 
didReconcileOutputKey(KI, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
didReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInlet
 
didReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractInlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractInoutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractMapInlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractMapInletOutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractMapInoutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractMapOutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractOutlet
 
disconnectInputs() - Method in class swim.streamlet.AbstractStreamlet
 
disconnectInputs() - Method in interface swim.streamlet.Inlet
Disconnects all Inlets dominated by this Inlet in the dataflow dependency graph.
disconnectInputs() - Method in interface swim.streamlet.Inoutlet
Disconnects all Inlets dominated by this Inoutlet in the dataflow dependency graph.
disconnectInputs() - Method in interface swim.streamlet.Outlet
Disconnects all Inlets dominated by this Outlet in the dataflow dependency graph.
disconnectInputs() - Method in interface swim.streamlet.Streamlet
Disconnects all Inlets dominated by this Streamlet in the dataflow dependency graph.
disconnectInputs(Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractInlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractInoutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractMapInlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractMapInletOutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractMapInoutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractMapOutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractOutlet
 
disconnectOutputs() - Method in class swim.streamlet.AbstractStreamlet
 
disconnectOutputs() - Method in interface swim.streamlet.Inlet
Disconnects all Outlets dominated by this Inlet in the dataflow graph.
disconnectOutputs() - Method in interface swim.streamlet.Inoutlet
Disconnects all Inletss dominated by this Inoutlet in the dataflow graph.
disconnectOutputs() - Method in interface swim.streamlet.Outlet
Disconnects all Outlets dominated by this Outlet in the dataflow graph.
disconnectOutputs() - Method in interface swim.streamlet.Streamlet
Disconnects all Inletss dominated by this Streamlet in the dataflow graph.
disconnectOutputs(Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 

E

effects - Variable in class swim.streamlet.AbstractMapInlet
 
effects - Variable in class swim.streamlet.AbstractMapInletOutlet
 
effects - Variable in class swim.streamlet.AbstractMapInoutlet
 
effects - Variable in class swim.streamlet.AbstractMapOutlet
 
evaluate(I) - Method in class swim.streamlet.combinator.MapValueCombinator
 
evaluate(I) - Method in class swim.streamlet.combinator.MapValueOperator
 
evaluate(I) - Method in class swim.streamlet.combinator.WatchValueCombinator
 
evaluate(I) - Method in class swim.streamlet.combinator.WatchValueOperator
 
evaluate(K, V) - Method in class swim.streamlet.combinator.FilterFieldsCombinator
 
evaluate(K, V) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
evaluate(K, V) - Method in class swim.streamlet.combinator.WatchFieldsCombinator
 
evaluate(K, V) - Method in class swim.streamlet.combinator.WatchFieldsOperator
 
evaluate(K, VI) - Method in class swim.streamlet.combinator.MapFieldValuesCombinator
 
evaluate(K, VI) - Method in class swim.streamlet.combinator.MapFieldValuesOperator
 

F

filter(FilterFieldsFunction<? super K, ? super V>) - Method in interface swim.streamlet.MapOutlet
 
FilterFieldsCombinator<K,​V,​I> - Class in swim.streamlet.combinator
 
FilterFieldsCombinator(FilterFieldsFunction<? super K, ? super V>) - Constructor for class swim.streamlet.combinator.FilterFieldsCombinator
 
FilterFieldsFunction<K,​V> - Interface in swim.streamlet.function
 
FilterFieldsOperator<K,​V,​I> - Class in swim.streamlet.combinator
 
FilterFieldsOperator() - Constructor for class swim.streamlet.combinator.FilterFieldsOperator
 
func - Variable in class swim.streamlet.combinator.FilterFieldsCombinator
 
func - Variable in class swim.streamlet.combinator.MapFieldValuesCombinator
 
func - Variable in class swim.streamlet.combinator.MapValueCombinator
 
func - Variable in class swim.streamlet.combinator.WatchFieldsCombinator
 
func - Variable in class swim.streamlet.combinator.WatchValueCombinator
 

G

GenericStreamlet<I,​O> - Interface in swim.streamlet
 
get() - Method in class swim.streamlet.AbstractInoutlet
 
get() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
get() - Method in class swim.streamlet.AbstractMapInletOutlet
 
get() - Method in class swim.streamlet.AbstractMapInoutlet
 
get() - Method in class swim.streamlet.AbstractMapOutlet
 
get() - Method in class swim.streamlet.AbstractOutlet
 
get() - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
get() - Method in class swim.streamlet.combinator.MapFieldValuesOperator
 
get() - Method in class swim.streamlet.combinator.MapValueOperator
 
get() - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
get() - Method in class swim.streamlet.combinator.MemoizeValueCombinator
 
get() - Method in class swim.streamlet.combinator.ReduceFieldsCombinator
 
get() - Method in class swim.streamlet.combinator.ReduceFieldsOperator
 
get() - Method in class swim.streamlet.KeyOutlet
 
get() - Method in class swim.streamlet.MapInput
 
get() - Method in class swim.streamlet.MapOutput
 
get() - Method in interface swim.streamlet.Outlet
Returns the current state of this Outlet.
get() - Method in class swim.streamlet.StreamletInoutlet
 
get() - Method in class swim.streamlet.StreamletOutlet
 
get() - Method in class swim.streamlet.ValueInput
 
get() - Method in class swim.streamlet.ValueOutput
 
get(K) - Method in class swim.streamlet.AbstractMapInoutlet
 
get(K) - Method in class swim.streamlet.AbstractMapOutlet
 
get(K) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
get(K) - Method in class swim.streamlet.combinator.MapFieldValuesOperator
 
get(K) - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
get(K) - Method in class swim.streamlet.MapInput
 
get(K) - Method in interface swim.streamlet.MapOutlet
Returns the value assocaited with the given key in the current state of this MapOutlet, if defined; otherwise returns null.
get(KO) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
getInput(String) - Method in class swim.streamlet.AbstractStreamlet
 
getInput(String, I2) - Method in class swim.streamlet.AbstractStreamlet
 
getInput(Inlet<I2>) - Method in class swim.streamlet.AbstractStreamlet
 
getInput(Inlet<I2>, I2) - Method in class swim.streamlet.AbstractStreamlet
 
getOutput(String) - Method in class swim.streamlet.AbstractStreamlet
 
getOutput(Outlet<? super O>) - Method in class swim.streamlet.AbstractStreamlet
 
getOutput(Outlet<? super O>) - Method in interface swim.streamlet.GenericStreamlet
 

I

identity - Variable in class swim.streamlet.combinator.ReduceFieldsCombinator
 
identity() - Method in class swim.streamlet.combinator.ReduceFieldsCombinator
 
identity() - Method in class swim.streamlet.combinator.ReduceFieldsOperator
 
In - Annotation Type in swim.streamlet
 
inlet() - Method in class swim.streamlet.AbstractStreamlet
 
inlet(String) - Method in class swim.streamlet.AbstractStreamlet
 
inlet(String) - Method in interface swim.streamlet.Streamlet
Returns the Inlet to this Streamlet identified by the given key; returns null if this Streamlet has no such Inlet.
Inlet<I> - Interface in swim.streamlet
Input connector into a Streamlet.
Inout - Annotation Type in swim.streamlet
 
inoutlet() - Method in class swim.streamlet.AbstractStreamlet
 
Inoutlet<I,​O> - Interface in swim.streamlet
 
input - Variable in class swim.streamlet.AbstractInlet
 
input - Variable in class swim.streamlet.AbstractInoutlet
 
input - Variable in class swim.streamlet.AbstractMapInlet
 
input - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
input - Variable in class swim.streamlet.AbstractMapInletOutlet
 
input - Variable in class swim.streamlet.AbstractMapInoutlet
 
input - Variable in class swim.streamlet.KeyOutlet
 
input() - Method in class swim.streamlet.AbstractInlet
 
input() - Method in class swim.streamlet.AbstractInoutlet
 
input() - Method in class swim.streamlet.AbstractMapInlet
 
input() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
input() - Method in class swim.streamlet.AbstractMapInletOutlet
 
input() - Method in class swim.streamlet.AbstractMapInoutlet
 
input() - Method in interface swim.streamlet.Inlet
Returns the Outlet from which this Inlet acquires its state; returns null if this Inlet is disconnected.
input() - Method in class swim.streamlet.KeyOutlet
 
inputEffects - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidate() - Method in class swim.streamlet.AbstractInoutlet
 
invalidate() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidate() - Method in class swim.streamlet.AbstractMapInletOutlet
 
invalidate() - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidate() - Method in class swim.streamlet.AbstractStreamlet
 
invalidate() - Method in interface swim.streamlet.Streamlet
Marks this Streamlet—and all of its outlets—as having stale state.
invalidateInput() - Method in class swim.streamlet.AbstractInoutlet
 
invalidateInput() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidateInput() - Method in class swim.streamlet.AbstractMapInletOutlet
 
invalidateInput() - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidateInput() - Method in class swim.streamlet.AbstractMapOutlet
 
invalidateInput() - Method in class swim.streamlet.AbstractOutlet
 
invalidateInput() - Method in interface swim.streamlet.Outlet
Marks this Outlet—and all outputs that depend on the state of this Outlet—as having stale state.
invalidateInputKey(KO, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidateInputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidateInputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapOutlet
 
invalidateInputKey(K, KeyEffect) - Method in interface swim.streamlet.MapOutlet
Marks this MapOutlet as needing an effect applied to a given key.
invalidateKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidateOutlets(Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractInlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractInoutlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractMapInlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractMapInletOutlet
 
invalidateOutput() - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidateOutput() - Method in interface swim.streamlet.Inlet
Marks this Inlet—and the Streamlet to which this Inlet is attached—as having stale state.
invalidateOutputKey(KI, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
invalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInlet
 
invalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInletOutlet
 
invalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
invalidateOutputKey(K, KeyEffect) - Method in interface swim.streamlet.MapInlet
Marks this MapInlet as needing an effect applied to a given key.

K

key - Variable in class swim.streamlet.KeyOutlet
 
key() - Method in class swim.streamlet.KeyOutlet
 
KeyEffect - Enum in swim.streamlet
 
keyIterator() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
keyIterator() - Method in class swim.streamlet.AbstractMapInoutlet
 
keyIterator() - Method in class swim.streamlet.AbstractMapOutlet
 
keyIterator() - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
keyIterator() - Method in class swim.streamlet.combinator.MapFieldValuesOperator
 
keyIterator() - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
keyIterator() - Method in class swim.streamlet.MapInput
 
keyIterator() - Method in interface swim.streamlet.MapOutlet
Returns an Iterator over the keys in the current state of this MapOutlet.
KeyOutlet<K,​V> - Class in swim.streamlet
 
KeyOutlet(MapOutlet<? super K, ? extends V, ?>, K) - Constructor for class swim.streamlet.KeyOutlet
 

M

map(MapFieldValuesFunction<? super K, ? super V, V2>) - Method in interface swim.streamlet.MapOutlet
 
map(MapValueFunction<? super O, O2>) - Method in interface swim.streamlet.Outlet
 
MapFieldValuesCombinator<K,​VI,​VO,​I> - Class in swim.streamlet.combinator
 
MapFieldValuesCombinator(MapFieldValuesFunction<? super K, ? super VI, ? extends VO>) - Constructor for class swim.streamlet.combinator.MapFieldValuesCombinator
 
MapFieldValuesFunction<K,​VI,​VO> - Interface in swim.streamlet.function
 
MapFieldValuesOperator<K,​VI,​VO,​I> - Class in swim.streamlet.combinator
 
MapFieldValuesOperator() - Constructor for class swim.streamlet.combinator.MapFieldValuesOperator
 
MapInlet<K,​V,​I> - Interface in swim.streamlet
Input connector into a Streamlet for a key-value map state.
MapInletMapOutlet<KI,​KO,​VI,​VO,​I,​O> - Interface in swim.streamlet
 
MapInletOutlet<K,​V,​I,​O> - Interface in swim.streamlet
 
MapInoutlet<K,​VI,​VO,​I,​O> - Interface in swim.streamlet
 
MapInput<K,​V> - Class in swim.streamlet
 
MapInput() - Constructor for class swim.streamlet.MapInput
 
MapInput(HashTrieMap<K, V>) - Constructor for class swim.streamlet.MapInput
 
MapOutlet<K,​V,​O> - Interface in swim.streamlet
Output connector from a Streamlet for a key-value map state.
MapOutput<K,​V> - Class in swim.streamlet
 
MapOutput() - Constructor for class swim.streamlet.MapOutput
 
MapValueCombinator<I,​O> - Class in swim.streamlet.combinator
 
MapValueCombinator(MapValueFunction<? super I, ? extends O>) - Constructor for class swim.streamlet.combinator.MapValueCombinator
 
MapValueFunction<I,​O> - Interface in swim.streamlet.function
 
MapValueOperator<I,​O> - Class in swim.streamlet.combinator
 
MapValueOperator() - Constructor for class swim.streamlet.combinator.MapValueOperator
 
memoize() - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
memoize() - Method in class swim.streamlet.combinator.MemoizeValueCombinator
 
memoize() - Method in interface swim.streamlet.MapOutlet
 
memoize() - Method in interface swim.streamlet.Outlet
 
MemoizeMapCombinator<K,​V,​IO> - Class in swim.streamlet.combinator
 
MemoizeMapCombinator() - Constructor for class swim.streamlet.combinator.MemoizeMapCombinator
 
MemoizeValueCombinator<IO> - Class in swim.streamlet.combinator
 
MemoizeValueCombinator() - Constructor for class swim.streamlet.combinator.MemoizeValueCombinator
 

O

onInvalidate() - Method in class swim.streamlet.AbstractInoutlet
 
onInvalidate() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onInvalidate() - Method in class swim.streamlet.AbstractMapInletOutlet
 
onInvalidate() - Method in class swim.streamlet.AbstractMapInoutlet
 
onInvalidate() - Method in class swim.streamlet.AbstractStreamlet
 
onInvalidateInput() - Method in class swim.streamlet.AbstractMapOutlet
 
onInvalidateInput() - Method in class swim.streamlet.AbstractOutlet
 
onInvalidateInputKey(KO, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onInvalidateInputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapOutlet
 
onInvalidateKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
onInvalidateOutlets() - Method in class swim.streamlet.AbstractStreamlet
 
onInvalidateOutput() - Method in class swim.streamlet.AbstractInlet
 
onInvalidateOutput() - Method in class swim.streamlet.AbstractMapInlet
 
onInvalidateOutput() - Method in class swim.streamlet.OutletInlet
 
onInvalidateOutput() - Method in class swim.streamlet.OutletMapInlet
 
onInvalidateOutputKey(KI, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInlet
 
onInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInletOutlet
 
onInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
onInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.OutletMapInlet
 
onReconcile(int) - Method in class swim.streamlet.AbstractInoutlet
 
onReconcile(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onReconcile(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
onReconcile(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
onReconcile(int) - Method in class swim.streamlet.AbstractStreamlet
 
onReconcile(int) - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
onReconcile(int) - Method in class swim.streamlet.combinator.MemoizeValueCombinator
 
onReconcileInlets(int) - Method in class swim.streamlet.AbstractStreamlet
 
onReconcileInput(int) - Method in class swim.streamlet.AbstractMapOutlet
 
onReconcileInput(int) - Method in class swim.streamlet.AbstractOutlet
 
onReconcileInputKey(KO, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onReconcileInputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapOutlet
 
onReconcileKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
onReconcileKey(K, KeyEffect, int) - Method in class swim.streamlet.combinator.MemoizeMapCombinator
 
onReconcileOutlets(int) - Method in class swim.streamlet.AbstractStreamlet
 
onReconcileOutput(int) - Method in class swim.streamlet.AbstractInlet
 
onReconcileOutput(int) - Method in class swim.streamlet.AbstractMapInlet
 
onReconcileOutput(int) - Method in class swim.streamlet.combinator.WatchValueOperator
 
onReconcileOutput(int) - Method in class swim.streamlet.OutletInlet
 
onReconcileOutput(int) - Method in class swim.streamlet.OutletMapInlet
 
onReconcileOutput(int) - Method in class swim.streamlet.ValueOutput
 
onReconcileOutputKey(KI, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInlet
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.combinator.ReduceFieldsOperator
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.combinator.WatchFieldsOperator
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.MapOutput
 
onReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.OutletMapInlet
 
Out - Annotation Type in swim.streamlet
 
outlet - Variable in class swim.streamlet.OutletInlet
 
outlet - Variable in class swim.streamlet.OutletMapInlet
 
outlet() - Method in class swim.streamlet.AbstractStreamlet
 
outlet() - Method in class swim.streamlet.OutletInlet
 
outlet() - Method in class swim.streamlet.OutletMapInlet
 
outlet(String) - Method in class swim.streamlet.AbstractStreamlet
 
outlet(String) - Method in interface swim.streamlet.Streamlet
Returns the Outlet of this Streamlet identified by the given key; returns null if this Streamlet has no such Outlet.
outlet(String) - Method in interface swim.streamlet.StreamletScope
Returns an Outlet that updates when the specified key updates.
outlet(K) - Method in class swim.streamlet.AbstractMapInoutlet
 
outlet(K) - Method in class swim.streamlet.AbstractMapOutlet
 
outlet(K) - Method in interface swim.streamlet.MapOutlet
Returns an Outlet that updates when the specified key updates.
outlet(KO) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
Outlet<O> - Interface in swim.streamlet
Output connector from a Streamlet.
OutletInlet<I> - Class in swim.streamlet
An Inlet that invalidates a parameterized Outlet whenever the Inlet is invalidated, and that updates the parameterized Outlet whenever the Inlet updates.
OutletInlet(Outlet<?>) - Constructor for class swim.streamlet.OutletInlet
 
OutletMapInlet<K,​V,​O> - Class in swim.streamlet
A MapInlet that invalidates a parameterized Outlet whenever the MapInlet is invalidated, and that updates the parameterized Outlet whenever the MapInlet updates.
OutletMapInlet(Outlet<?>) - Constructor for class swim.streamlet.OutletMapInlet
 
outlets - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
outlets - Variable in class swim.streamlet.AbstractMapInoutlet
 
outlets - Variable in class swim.streamlet.AbstractMapOutlet
 
outputEffects - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
outputIterator() - Method in class swim.streamlet.AbstractInoutlet
 
outputIterator() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
outputIterator() - Method in class swim.streamlet.AbstractMapInletOutlet
 
outputIterator() - Method in class swim.streamlet.AbstractMapInoutlet
 
outputIterator() - Method in class swim.streamlet.AbstractMapOutlet
 
outputIterator() - Method in class swim.streamlet.AbstractOutlet
 
outputIterator() - Method in interface swim.streamlet.Outlet
Returns an Iterator over the set of Inlets that depend on the state of this Outlet.
outputs - Variable in class swim.streamlet.AbstractInoutlet
 
outputs - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
outputs - Variable in class swim.streamlet.AbstractMapInletOutlet
 
outputs - Variable in class swim.streamlet.AbstractMapInoutlet
 
outputs - Variable in class swim.streamlet.AbstractMapOutlet
 
outputs - Variable in class swim.streamlet.AbstractOutlet
 

P

put(K, V) - Method in class swim.streamlet.MapInput
 

R

reconcile(int) - Method in class swim.streamlet.AbstractInoutlet
 
reconcile(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
reconcile(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
reconcile(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcile(int) - Method in class swim.streamlet.AbstractStreamlet
 
reconcile(int) - Method in interface swim.streamlet.Streamlet
Reconciles the state of this Streamlet, if the version of this Streamlet's state differs from the target version.
reconcileInlets(int, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractInoutlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractMapOutlet
 
reconcileInput(int) - Method in class swim.streamlet.AbstractOutlet
 
reconcileInput(int) - Method in interface swim.streamlet.Outlet
Reconciles the state of this Outlet, if the version of this Outlet's state differs from the target version.
reconcileInputKey(KO, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
reconcileInputKey(K, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcileInputKey(K, int) - Method in class swim.streamlet.AbstractMapOutlet
 
reconcileInputKey(K, int) - Method in interface swim.streamlet.MapOutlet
Reconciles the state of an individual key in this MapOutlet, if the version of this MapOutlet's state differs from the target version.
reconcileKey(K, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcileOutlets(int, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractInlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractInoutlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractMapInlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
reconcileOutput(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcileOutput(int) - Method in interface swim.streamlet.Inlet
Reconciles the state of this Inlet, if the version of this Inlet's state differs from the target version.
reconcileOutputKey(KI, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
reconcileOutputKey(K, int) - Method in class swim.streamlet.AbstractMapInlet
 
reconcileOutputKey(K, int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
reconcileOutputKey(K, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
reconcileOutputKey(K, int) - Method in interface swim.streamlet.MapInlet
Reconciles the state of an individual key in this MapInlet, if the version of this MapInlet's state differs from the target version.
reduce(U, CombinerFunction<? super V, U>, CombinerFunction<U, U>) - Method in interface swim.streamlet.MapOutlet
 
ReduceFieldsCombinator<K,​V,​I,​O> - Class in swim.streamlet.combinator
 
ReduceFieldsCombinator(O, CombinerFunction<? super V, O>, CombinerFunction<O, O>) - Constructor for class swim.streamlet.combinator.ReduceFieldsCombinator
 
ReduceFieldsOperator<K,​V,​I,​O> - Class in swim.streamlet.combinator
 
ReduceFieldsOperator() - Constructor for class swim.streamlet.combinator.ReduceFieldsOperator
 
reflectInletCount(Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectInletField(Streamlet<I, O>, Field) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectInletIndex(int, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectInletKey(String, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectInoutletField(Streamlet<I, O>, Field) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectOutletCount(Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectOutletField(Streamlet<I, O>, Field) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectOutletIndex(int, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
reflectOutletKey(String, Streamlet<I, O>, Class<?>) - Static method in class swim.streamlet.AbstractStreamlet
 
REMOVE - swim.streamlet.KeyEffect
 
removeKey(K) - Method in class swim.streamlet.MapInput
 

S

schedule() - Method in interface swim.streamlet.StreamletContext
Returns the Schedule with which the Streamlet can set timers.
scope - Variable in class swim.streamlet.AbstractStreamlet
 
set(O) - Method in class swim.streamlet.ValueInput
 
setStreamletContext(StreamletContext) - Method in class swim.streamlet.AbstractStreamlet
 
setStreamletContext(StreamletContext) - Method in interface swim.streamlet.Streamlet
Sets the environment in which this Streamlet operates.
setStreamletScope(StreamletScope<? extends O>) - Method in class swim.streamlet.AbstractStreamlet
 
setStreamletScope(StreamletScope<? extends O>) - Method in interface swim.streamlet.Streamlet
Sets the lexically scoped parent of this Streamlet.
stage() - Method in interface swim.streamlet.StreamletContext
Returns the Stage on which the Streamlet can execute tasks.
state - Variable in class swim.streamlet.combinator.MemoizeMapCombinator
 
state - Variable in class swim.streamlet.combinator.MemoizeValueCombinator
 
state - Variable in class swim.streamlet.combinator.ReduceFieldsOperator
 
state - Variable in class swim.streamlet.MapInput
 
state - Variable in class swim.streamlet.MapOutput
 
state - Variable in class swim.streamlet.ValueInput
 
state - Variable in class swim.streamlet.ValueOutput
 
streamlet - Variable in class swim.streamlet.StreamletInlet
 
streamlet - Variable in class swim.streamlet.StreamletInoutlet
 
streamlet - Variable in class swim.streamlet.StreamletOutlet
 
streamlet() - Method in class swim.streamlet.StreamletInlet
 
streamlet() - Method in class swim.streamlet.StreamletInoutlet
 
streamlet() - Method in class swim.streamlet.StreamletOutlet
 
Streamlet<I,​O> - Interface in swim.streamlet
Stateful node in a dataflow graph that uses the state of its Inlets to compute the state of its Outlets.
streamletContext() - Method in class swim.streamlet.AbstractStreamlet
 
streamletContext() - Method in interface swim.streamlet.Streamlet
Returns the environment in which this Streamlet operates.
streamletContext() - Method in interface swim.streamlet.StreamletScope
Returns the environment in which this StreamletScope operates.
StreamletContext - Interface in swim.streamlet
Environment in which a Streamlet executes.
StreamletException - Exception in swim.streamlet
 
StreamletException() - Constructor for exception swim.streamlet.StreamletException
 
StreamletException(String) - Constructor for exception swim.streamlet.StreamletException
 
StreamletException(String, Throwable) - Constructor for exception swim.streamlet.StreamletException
 
StreamletException(Throwable) - Constructor for exception swim.streamlet.StreamletException
 
StreamletInlet<I> - Class in swim.streamlet
An Inlet that invalidates a parameterized Streamlet whenever the Inlet is invalidated, and that updates the parameterized Streamlet whenever the Inlet updates.
StreamletInlet(Streamlet<? super I, ?>) - Constructor for class swim.streamlet.StreamletInlet
 
StreamletInoutlet<I,​O> - Class in swim.streamlet
An Inoutlet that invalidates a parameterized Streamlet whenever the Inoutlet is invalidated, that updates the parameterized Streamlet whenever the Inoutlet updates, and which gets its state from the parameterized Streamlet.
StreamletInoutlet(Streamlet<? super I, ? extends O>) - Constructor for class swim.streamlet.StreamletInoutlet
 
StreamletOutlet<O> - Class in swim.streamlet
An Outlet that invalidates a parameterized Streamlet whenever the Outlet is invalidated, and which gets its state from the parameterized Streamlet.
StreamletOutlet(Streamlet<?, ? extends O>) - Constructor for class swim.streamlet.StreamletOutlet
 
streamletScope() - Method in class swim.streamlet.AbstractStreamlet
 
streamletScope() - Method in interface swim.streamlet.Streamlet
Returns the lexically scoped parent of this Streamlet.
streamletScope() - Method in interface swim.streamlet.StreamletScope
Returns the lexically scoped parent of this StreamletScope.
StreamletScope<O> - Interface in swim.streamlet
 
swim.streamlet - module swim.streamlet
Stateful streaming component model.
swim.streamlet - package swim.streamlet
Stateful streaming component model.
swim.streamlet.combinator - package swim.streamlet.combinator
Stateful streaming operators and combinators.
swim.streamlet.function - package swim.streamlet.function
Stateful streaming combinator function interfaces.

U

unbindInput() - Method in class swim.streamlet.AbstractInlet
 
unbindInput() - Method in class swim.streamlet.AbstractInoutlet
 
unbindInput() - Method in class swim.streamlet.AbstractMapInlet
 
unbindInput() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
unbindInput() - Method in class swim.streamlet.AbstractMapInletOutlet
 
unbindInput() - Method in class swim.streamlet.AbstractMapInoutlet
 
unbindInput() - Method in interface swim.streamlet.Inlet
Disconnects this Inlet from its input Outlet, if connected.
unbindInput(String) - Method in class swim.streamlet.AbstractStreamlet
 
unbindInput(String) - Method in interface swim.streamlet.Streamlet
Disconnects the Inlet of this Streamlet, identified by the given key, from its input Outlet, if connected.
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractInoutlet
 
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInletOutlet
 
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapInoutlet
 
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractMapOutlet
 
unbindOutput(Inlet<? super O>) - Method in class swim.streamlet.AbstractOutlet
 
unbindOutput(Inlet<? super O>) - Method in interface swim.streamlet.Outlet
Removes an output from the set of Inlets that depend on the state of this Outlet.
unbindOutputs() - Method in class swim.streamlet.AbstractInoutlet
 
unbindOutputs() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
unbindOutputs() - Method in class swim.streamlet.AbstractMapInletOutlet
 
unbindOutputs() - Method in class swim.streamlet.AbstractMapInoutlet
 
unbindOutputs() - Method in class swim.streamlet.AbstractMapOutlet
 
unbindOutputs() - Method in class swim.streamlet.AbstractOutlet
 
unbindOutputs() - Method in interface swim.streamlet.Outlet
Disconnects all outputs from this Outlet by invoking Inlet.unbindInput() on each Inelt that depends on the state of this Outlet.
UPDATE - swim.streamlet.KeyEffect
 

V

value() - Method in annotation type swim.streamlet.In
 
value() - Method in annotation type swim.streamlet.Inout
 
value() - Method in annotation type swim.streamlet.Out
 
ValueInput<O> - Class in swim.streamlet
 
ValueInput() - Constructor for class swim.streamlet.ValueInput
 
ValueInput(O) - Constructor for class swim.streamlet.ValueInput
 
valueOf(String) - Static method in enum swim.streamlet.KeyEffect
Returns the enum constant of this type with the specified name.
ValueOutput<I> - Class in swim.streamlet
 
ValueOutput() - Constructor for class swim.streamlet.ValueOutput
 
ValueOutput(I) - Constructor for class swim.streamlet.ValueOutput
 
values() - Static method in enum swim.streamlet.KeyEffect
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class swim.streamlet.AbstractInlet
 
version - Variable in class swim.streamlet.AbstractInoutlet
 
version - Variable in class swim.streamlet.AbstractMapInlet
 
version - Variable in class swim.streamlet.AbstractMapInletMapOutlet
 
version - Variable in class swim.streamlet.AbstractMapInletOutlet
 
version - Variable in class swim.streamlet.AbstractMapInoutlet
 
version - Variable in class swim.streamlet.AbstractMapOutlet
 
version - Variable in class swim.streamlet.AbstractOutlet
 
version - Variable in class swim.streamlet.AbstractStreamlet
 

W

watch(WatchFieldsFunction<? super K, ? super V>) - Method in interface swim.streamlet.MapOutlet
 
watch(WatchValueFunction<? super O>) - Method in interface swim.streamlet.Outlet
 
WatchFieldsCombinator<K,​V,​O> - Class in swim.streamlet.combinator
 
WatchFieldsCombinator(WatchFieldsFunction<? super K, ? super V>) - Constructor for class swim.streamlet.combinator.WatchFieldsCombinator
 
WatchFieldsFunction<K,​V> - Interface in swim.streamlet.function
 
WatchFieldsOperator<K,​V,​O> - Class in swim.streamlet.combinator
 
WatchFieldsOperator() - Constructor for class swim.streamlet.combinator.WatchFieldsOperator
 
WatchValueCombinator<I> - Class in swim.streamlet.combinator
 
WatchValueCombinator(WatchValueFunction<? super I>) - Constructor for class swim.streamlet.combinator.WatchValueCombinator
 
WatchValueFunction<I> - Interface in swim.streamlet.function
 
WatchValueOperator<I> - Class in swim.streamlet.combinator
 
WatchValueOperator() - Constructor for class swim.streamlet.combinator.WatchValueOperator
 
willInvalidate() - Method in class swim.streamlet.AbstractInoutlet
 
willInvalidate() - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willInvalidate() - Method in class swim.streamlet.AbstractMapInletOutlet
 
willInvalidate() - Method in class swim.streamlet.AbstractMapInoutlet
 
willInvalidate() - Method in class swim.streamlet.AbstractStreamlet
 
willInvalidate() - Method in class swim.streamlet.StreamletInoutlet
 
willInvalidateInlet(Inlet<? extends I>) - Method in class swim.streamlet.AbstractStreamlet
 
willInvalidateInlet(Inlet<? extends I>) - Method in interface swim.streamlet.GenericStreamlet
 
willInvalidateInput() - Method in class swim.streamlet.AbstractMapOutlet
 
willInvalidateInput() - Method in class swim.streamlet.AbstractOutlet
 
willInvalidateInput() - Method in class swim.streamlet.StreamletOutlet
 
willInvalidateInputKey(KO, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willInvalidateInputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapOutlet
 
willInvalidateKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInoutlet
 
willInvalidateOutlet(Outlet<? super O>) - Method in class swim.streamlet.AbstractStreamlet
 
willInvalidateOutlet(Outlet<? super O>) - Method in interface swim.streamlet.GenericStreamlet
 
willInvalidateOutput() - Method in class swim.streamlet.AbstractInlet
 
willInvalidateOutput() - Method in class swim.streamlet.AbstractMapInlet
 
willInvalidateOutput() - Method in class swim.streamlet.StreamletInlet
 
willInvalidateOutputKey(KI, KeyEffect) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInlet
 
willInvalidateOutputKey(K, KeyEffect) - Method in class swim.streamlet.AbstractMapInletOutlet
 
willReconcile(int) - Method in class swim.streamlet.AbstractInoutlet
 
willReconcile(int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willReconcile(int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
willReconcile(int) - Method in class swim.streamlet.AbstractMapInoutlet
 
willReconcile(int) - Method in class swim.streamlet.AbstractStreamlet
 
willReconcile(int) - Method in class swim.streamlet.StreamletInoutlet
 
willReconcileInlet(Inlet<? extends I>, int) - Method in class swim.streamlet.AbstractStreamlet
 
willReconcileInlet(Inlet<? extends I>, int) - Method in interface swim.streamlet.GenericStreamlet
 
willReconcileInput(int) - Method in class swim.streamlet.AbstractMapOutlet
 
willReconcileInput(int) - Method in class swim.streamlet.AbstractOutlet
 
willReconcileInput(int) - Method in class swim.streamlet.StreamletOutlet
 
willReconcileInputKey(KO, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willReconcileInputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapOutlet
 
willReconcileInputKey(K, KeyEffect, int) - Method in class swim.streamlet.combinator.FilterFieldsOperator
 
willReconcileKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInoutlet
 
willReconcileOutlet(Outlet<? super O>, int) - Method in class swim.streamlet.AbstractStreamlet
 
willReconcileOutlet(Outlet<? super O>, int) - Method in interface swim.streamlet.GenericStreamlet
 
willReconcileOutput(int) - Method in class swim.streamlet.AbstractInlet
 
willReconcileOutput(int) - Method in class swim.streamlet.AbstractMapInlet
 
willReconcileOutput(int) - Method in class swim.streamlet.StreamletInlet
 
willReconcileOutputKey(KI, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletMapOutlet
 
willReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInlet
 
willReconcileOutputKey(K, KeyEffect, int) - Method in class swim.streamlet.AbstractMapInletOutlet
 
A B C D E F G I K M O P R S U V W 
All Classes All Packages