Package swim.dataflow

Class Dataflow


  • public final class Dataflow
    extends Object
    • Method Detail

      • 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.