-
- All Superinterfaces:
HttpLane<Object>,swim.streamlet.Inlet<V>,Lane,swim.util.Log,swim.observable.Observable<Object>,swim.observable.ObservableValue<V>,swim.streamlet.Outlet<V>
public interface ValueLane<V> extends Lane, swim.observable.ObservableValue<V>, swim.streamlet.Inlet<V>, swim.streamlet.Outlet<V>
-
-
Method Summary
-
Methods inherited from interface swim.streamlet.Inlet
bindInput, disconnectInputs, disconnectOutputs, input, invalidateOutput, reconcileOutput, unbindInput
-
-
-
-
Method Detail
-
valueForm
swim.structure.Form<V> valueForm()
-
valueForm
<V2> ValueLane<V2> valueForm(swim.structure.Form<V2> valueForm)
-
isResident
boolean isResident()
-
isTransient
boolean isTransient()
-
willSet
ValueLane<V> willSet(swim.observable.function.WillSet<V> willSet)
- Specified by:
willSetin interfaceswim.observable.ObservableValue<V>
-
didSet
ValueLane<V> didSet(swim.observable.function.DidSet<V> didSet)
- Specified by:
didSetin interfaceswim.observable.ObservableValue<V>
-
willCommand
ValueLane<V> willCommand(WillCommand willCommand)
- Specified by:
willCommandin interfaceLane
-
didCommand
ValueLane<V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceLane
-
willUplink
ValueLane<V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceLane
-
decodeRequest
ValueLane<V> decodeRequest(DecodeRequestHttp<Object> decodeRequest)
- Specified by:
decodeRequestin interfaceHttpLane<V>- Specified by:
decodeRequestin interfaceLane
-
willRequest
ValueLane<V> willRequest(WillRequestHttp<?> willRequest)
- Specified by:
willRequestin interfaceHttpLane<V>- Specified by:
willRequestin interfaceLane
-
didRequest
ValueLane<V> didRequest(DidRequestHttp<Object> didRequest)
- Specified by:
didRequestin interfaceHttpLane<V>- Specified by:
didRequestin interfaceLane
-
doRespond
ValueLane<V> doRespond(DoRespondHttp<Object> doRespond)
-
willRespond
ValueLane<V> willRespond(WillRespondHttp<?> willRespond)
- Specified by:
willRespondin interfaceHttpLane<V>- Specified by:
willRespondin interfaceLane
-
didRespond
ValueLane<V> didRespond(DidRespondHttp<?> didRespond)
- Specified by:
didRespondin interfaceHttpLane<V>- Specified by:
didRespondin interfaceLane
-
get
V get()
-
-