- All Superinterfaces:
swim.streamlet.Inlet<V>,Lane,swim.util.Log,swim.observable.Observable<Object>,swim.observable.ObservableValue<V>,swim.streamlet.Outlet<V>,WarpLane
public interface ValueLane<V>
extends WarpLane, swim.observable.ObservableValue<V>, swim.streamlet.Inlet<V>, swim.streamlet.Outlet<V>
-
Method Summary
Modifier and TypeMethodDescriptiondidCommand(DidCommand didCommand) get()booleanisResident(boolean isResident) booleanisTransient(boolean isTransient) <V2> ValueLane<V2>valueClass(Class<V2> valueClass) swim.structure.Form<V><V2> ValueLane<V2>valueForm(swim.structure.Form<V2> valueForm) willCommand(WillCommand willCommand) willUplink(WillUplink willUplink) Methods inherited from interface swim.streamlet.Inlet
bindInput, decohereOutput, disconnectInputs, disconnectOutputs, input, recohereOutput, unbindInputMethods inherited from interface swim.util.Log
debug, error, fail, info, trace, warnMethods inherited from interface swim.streamlet.Outlet
bindOutput, decohereInput, disconnectInputs, disconnectOutputs, map, memoize, outputIterator, recohereInput, unbindOutput, unbindOutputs, watch
-
Method Details
-
valueForm
swim.structure.Form<V> valueForm() -
valueForm
-
valueClass
-
isResident
boolean isResident() -
isResident
-
isTransient
boolean isTransient() -
isTransient
-
observe
-
unobserve
-
willSet
- Specified by:
willSetin interfaceswim.observable.ObservableValue<V>
-
didSet
- Specified by:
didSetin interfaceswim.observable.ObservableValue<V>
-
willCommand
- Specified by:
willCommandin interfaceWarpLane
-
didCommand
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
- Specified by:
willUplinkin interfaceWarpLane
-
didUplink
-
willEnter
-
didEnter
-
willLeave
-
didLeave
-
get
V get() -
set
- Specified by:
setin interfaceswim.observable.ObservableValue<V>
-