Package swim.dataflow

Class Dataflow


  • public final class Dataflow
    extends Object
    • 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 an Outlet that evaluates the given expr in the context of the giveb scope, and updates whenever any dependent expression updates.