-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueLane<V>didCommand(DidCommand didCommand)ValueLane<V>didEnter(DidEnter didEnter)ValueLane<V>didLeave(DidLeave didLeave)ValueLane<V>didSet(swim.observable.function.DidSet<V> didSet)ValueLane<V>didUplink(DidUplink didUplink)Vget()booleanisResident()ValueLane<V>isResident(boolean isResident)booleanisTransient()ValueLane<V>isTransient(boolean isTransient)ValueLane<V>observe(Object observer)Vset(V newValue)ValueLane<V>unobserve(Object observer)<V2> ValueLane<V2>valueClass(Class<V2> valueClass)swim.structure.Form<V>valueForm()<V2> ValueLane<V2>valueForm(swim.structure.Form<V2> valueForm)ValueLane<V>willCommand(WillCommand willCommand)ValueLane<V>willEnter(WillEnter willEnter)ValueLane<V>willLeave(WillLeave willLeave)ValueLane<V>willSet(swim.observable.function.WillSet<V> willSet)ValueLane<V>willUplink(WillUplink willUplink)
-
-
-
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 interfaceWarpLane
-
didCommand
ValueLane<V> didCommand(DidCommand didCommand)
- Specified by:
didCommandin interfaceWarpLane
-
willUplink
ValueLane<V> willUplink(WillUplink willUplink)
- Specified by:
willUplinkin interfaceWarpLane
-
get
V get()
-
-