- 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 Outlet<Value>
compile(Value expr, Outlet<? extends Value> scope)
Returns anOutlet
that evaluates the givenexpr
in the context of the givebscope
, and updates whenever any dependent expression updates.
-