java.lang.Object
swim.dataflow.Dataflow
-
Method Summary
Modifier and TypeMethodDescriptionstatic swim.streamlet.Outlet<swim.structure.Value>compile(swim.structure.Value expr, swim.streamlet.Outlet<? extends swim.structure.Value> scope) Returns anOutletthat evaluates the givenexprin the context of the givebscope, and updates whenever any dependent expression updates.
-
Method Details
-
compile
public static swim.streamlet.Outlet<swim.structure.Value> compile(swim.structure.Value expr, swim.streamlet.Outlet<? extends swim.structure.Value> scope) Returns anOutletthat evaluates the givenexprin the context of the givebscope, and updates whenever any dependent expression updates.
-