- java.lang.Object
-
- swim.dataflow.Dataflow
-
public final class Dataflow extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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.
-
-