Package swim.dataflow

Class RecordStreamlet<I extends Value,​O extends Value>

    • Constructor Detail

      • RecordStreamlet

        public RecordStreamlet()
    • Method Detail

      • isConstant

        public boolean isConstant()
        Description copied from class: Item
        Returns true if this Item always evaluates to the same Item.
        Overrides:
        isConstant in class Record
      • compile

        public void compile()
      • compileInlet

        public void compileInlet​(Inlet<I> inlet,
                                 String name)