-
-
Method Summary
-
-
-
Method Detail
-
keyForm
swim.structure.Form<K> keyForm()
-
keyForm
<K2> DemandMapLane<K2,V> keyForm(swim.structure.Form<K2> keyForm)
-
keyClass
<K2> DemandMapLane<K2,V> keyClass(Class<K2> keyClass)
-
valueForm
swim.structure.Form<V> valueForm()
-
valueForm
<V2> DemandMapLane<K,V2> valueForm(swim.structure.Form<V2> valueForm)
-
valueClass
<V2> DemandMapLane<K,V2> valueClass(Class<V2> valueClass)
-
isSigned
DemandMapLane<K,V> isSigned(boolean isSigned)
-
observe
DemandMapLane<K,V> observe(Object observer)
-
unobserve
DemandMapLane<K,V> unobserve(Object observer)
-
willCommand
DemandMapLane<K,V> willCommand(WillCommand willCommand)
- Specified by:
willCommandin interfaceLane
-
didCommand
DemandMapLane<K,V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceLane
-
willUplink
DemandMapLane<K,V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceLane
-
didUplink
DemandMapLane<K,V> didUplink(DidUplink didUplink)
-
willEnter
DemandMapLane<K,V> willEnter(WillEnter willEnter)
-
willLeave
DemandMapLane<K,V> willLeave(WillLeave willLeave)
-
decodeRequest
DemandMapLane<K,V> decodeRequest(DecodeRequestHttp<Object> decodeRequest)
- Specified by:
decodeRequestin interfaceHttpLane<K>- Specified by:
decodeRequestin interfaceLane
-
willRequest
DemandMapLane<K,V> willRequest(WillRequestHttp<?> willRequest)
- Specified by:
willRequestin interfaceHttpLane<K>- Specified by:
willRequestin interfaceLane
-
didRequest
DemandMapLane<K,V> didRequest(DidRequestHttp<Object> didRequest)
- Specified by:
didRequestin interfaceHttpLane<K>- Specified by:
didRequestin interfaceLane
-
doRespond
DemandMapLane<K,V> doRespond(DoRespondHttp<Object> doRespond)
-
willRespond
DemandMapLane<K,V> willRespond(WillRespondHttp<?> willRespond)
- Specified by:
willRespondin interfaceHttpLane<K>- Specified by:
willRespondin interfaceLane
-
didRespond
DemandMapLane<K,V> didRespond(DidRespondHttp<?> didRespond)
- Specified by:
didRespondin interfaceHttpLane<K>- Specified by:
didRespondin interfaceLane
-
cue
void cue(K key)
-
remove
void remove(K key)
-
-