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