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