-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLane<V>decodeRequest(DecodeRequestHttp<Object> decodeRequest)ListLane<V>didClear(swim.observable.function.DidClear didClear)ListLane<V>didCommand(DidCommand didCommand)ListLane<V>didDrop(swim.observable.function.DidDrop didDrop)ListLane<V>didEnter(DidEnter didEnter)ListLane<V>didLeave(DidLeave didLeave)ListLane<V>didMove(swim.observable.function.DidMoveIndex<V> didMove)ListLane<V>didRemove(swim.observable.function.DidRemoveIndex<V> didRemove)ListLane<V>didRequest(DidRequestHttp<Object> didRequest)ListLane<V>didRespond(DidRespondHttp<?> didRespond)ListLane<V>didTake(swim.observable.function.DidTake didTake)ListLane<V>didUpdate(swim.observable.function.DidUpdateIndex<V> didUpdate)ListLane<V>didUplink(DidUplink didUplink)ListLane<V>doRespond(DoRespondHttp<Object> doRespond)voiddrop(int lower)booleanisResident()ListLane<V>isResident(boolean isResident)ListLane<V>isSigned(boolean isSigned)booleanisTransient()ListLane<V>isTransient(boolean isTransient)ListLane<V>observe(Object observer)List<V>snapshot()voidtake(int keep)ListLane<V>unobserve(Object observer)<V2> ListLane<V2>valueClass(Class<V2> valueClass)swim.structure.Form<V>valueForm()<V2> ListLane<V2>valueForm(swim.structure.Form<V2> valueForm)ListLane<V>willClear(swim.observable.function.WillClear willClear)ListLane<V>willCommand(WillCommand willCommand)ListLane<V>willDrop(swim.observable.function.WillDrop willDrop)ListLane<V>willEnter(WillEnter willEnter)ListLane<V>willLeave(WillLeave willLeave)ListLane<V>willMove(swim.observable.function.WillMoveIndex<V> willMove)ListLane<V>willRemove(swim.observable.function.WillRemoveIndex willRemove)ListLane<V>willRequest(WillRequestHttp<?> willRequest)ListLane<V>willRespond(WillRespondHttp<?> willRespond)ListLane<V>willTake(swim.observable.function.WillTake willTake)ListLane<V>willUpdate(swim.observable.function.WillUpdateIndex<V> willUpdate)ListLane<V>willUplink(WillUplink willUplink)-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface swim.util.KeyedList
add, add, entryIterator, get, getEntry, getEntry, keyIterator, move, move, remove, set
-
Methods inherited from interface swim.api.lane.Lane
close, debug, error, hostUri, info, isSigned, laneUri, nodeUri, trace, warn
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
valueForm
swim.structure.Form<V> valueForm()
-
valueForm
<V2> ListLane<V2> valueForm(swim.structure.Form<V2> valueForm)
-
isResident
boolean isResident()
-
isTransient
boolean isTransient()
-
willUpdate
ListLane<V> willUpdate(swim.observable.function.WillUpdateIndex<V> willUpdate)
- Specified by:
willUpdatein interfaceswim.observable.ObservableList<V>
-
didUpdate
ListLane<V> didUpdate(swim.observable.function.DidUpdateIndex<V> didUpdate)
- Specified by:
didUpdatein interfaceswim.observable.ObservableList<V>
-
willMove
ListLane<V> willMove(swim.observable.function.WillMoveIndex<V> willMove)
- Specified by:
willMovein interfaceswim.observable.ObservableList<V>
-
didMove
ListLane<V> didMove(swim.observable.function.DidMoveIndex<V> didMove)
- Specified by:
didMovein interfaceswim.observable.ObservableList<V>
-
willRemove
ListLane<V> willRemove(swim.observable.function.WillRemoveIndex willRemove)
- Specified by:
willRemovein interfaceswim.observable.ObservableList<V>
-
didRemove
ListLane<V> didRemove(swim.observable.function.DidRemoveIndex<V> didRemove)
- Specified by:
didRemovein interfaceswim.observable.ObservableList<V>
-
willDrop
ListLane<V> willDrop(swim.observable.function.WillDrop willDrop)
- Specified by:
willDropin interfaceswim.observable.ObservableList<V>
-
didDrop
ListLane<V> didDrop(swim.observable.function.DidDrop didDrop)
- Specified by:
didDropin interfaceswim.observable.ObservableList<V>
-
willTake
ListLane<V> willTake(swim.observable.function.WillTake willTake)
- Specified by:
willTakein interfaceswim.observable.ObservableList<V>
-
didTake
ListLane<V> didTake(swim.observable.function.DidTake didTake)
- Specified by:
didTakein interfaceswim.observable.ObservableList<V>
-
willClear
ListLane<V> willClear(swim.observable.function.WillClear willClear)
- Specified by:
willClearin interfaceswim.observable.ObservableList<V>
-
didClear
ListLane<V> didClear(swim.observable.function.DidClear didClear)
- Specified by:
didClearin interfaceswim.observable.ObservableList<V>
-
willCommand
ListLane<V> willCommand(WillCommand willCommand)
- Specified by:
willCommandin interfaceLane
-
didCommand
ListLane<V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceLane
-
willUplink
ListLane<V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceLane
-
decodeRequest
ListLane<V> decodeRequest(DecodeRequestHttp<Object> decodeRequest)
- Specified by:
decodeRequestin interfaceHttpLane<V>- Specified by:
decodeRequestin interfaceLane
-
willRequest
ListLane<V> willRequest(WillRequestHttp<?> willRequest)
- Specified by:
willRequestin interfaceHttpLane<V>- Specified by:
willRequestin interfaceLane
-
didRequest
ListLane<V> didRequest(DidRequestHttp<Object> didRequest)
- Specified by:
didRequestin interfaceHttpLane<V>- Specified by:
didRequestin interfaceLane
-
doRespond
ListLane<V> doRespond(DoRespondHttp<Object> doRespond)
-
willRespond
ListLane<V> willRespond(WillRespondHttp<?> willRespond)
- Specified by:
willRespondin interfaceHttpLane<V>- Specified by:
willRespondin interfaceLane
-
didRespond
ListLane<V> didRespond(DidRespondHttp<?> didRespond)
- Specified by:
didRespondin interfaceHttpLane<V>- Specified by:
didRespondin interfaceLane
-
drop
void drop(int lower)
- Specified by:
dropin interfaceswim.observable.ObservableList<V>
-
take
void take(int keep)
- Specified by:
takein interfaceswim.observable.ObservableList<V>
-
-