Method Summary
didClear(swim.observable.function.DidClear didClear)
didDrop(swim.observable.function.DidDrop didDrop)
didRemove(swim.observable.function.DidRemoveKey<K,V> didRemove)
didTake(swim.observable.function.DidTake didTake)
didUpdate(swim.observable.function.DidUpdateKey<K,V> didUpdate)
boolean
boolean
keyForm(swim.structure.Form<K2> keyForm)
swim.util.OrderedMap<K,V>
willClear(swim.observable.function.WillClear willClear)
willDrop(swim.observable.function.WillDrop willDrop)
willRemove(swim.observable.function.WillRemoveKey<K> willRemove)
willTake(swim.observable.function.WillTake willTake)
willUpdate(swim.observable.function.WillUpdateKey<K,V> willUpdate)
Methods inherited from interface swim.streamlet.Inlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInput
Methods inherited from interface swim.util.Log
debug, error, fail, info, trace, warn
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Methods inherited from interface swim.streamlet.MapInlet
decohereOutputKey, recohereOutputKey
Methods inherited from interface swim.streamlet.MapOutlet
containsKey, decohereInputKey, filter, get, map, memoize, outlet, recohereInputKey, reduce, watch
Methods inherited from interface swim.observable.ObservableSortedMap
drop, take
Methods inherited from interface swim.util.OrderedMap
clear, comparator, containsKey, containsValue, entrySet, firstEntry, firstKey, firstValue, get, getEntry, getIndex, headMap, indexOf, isEmpty, iterator, keySet, lastEntry, lastKey, lastValue, nextEntry, nextKey, nextValue, previousEntry, previousKey, previousValue, put, putAll, remove, size, subMap, tailMap, valueIterator, values
Methods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, get, map, outputIterator, recohereInput, unbindOutput, unbindOutputs, watch