Package swim.dataflow

Class Dataflow

java.lang.Object
swim.dataflow.Dataflow

public final class Dataflow extends Object
  • Method Details

    • compile

      public static Outlet<Value> compile(Value expr, Outlet<? extends Value> scope)
      Returns an Outlet that evaluates the given expr in the context of the giveb scope, and updates whenever any dependent expression updates.