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