Class ValueOutput<I>

java.lang.Object
swim.streamlet.AbstractInlet<I>
swim.streamlet.ValueOutput<I>
All Implemented Interfaces:
Inlet<I>

public class ValueOutput<I> extends AbstractInlet<I>
  • Field Details

    • state

      protected I state
  • Constructor Details

    • ValueOutput

      public ValueOutput(I state)
    • ValueOutput

      public ValueOutput()
  • Method Details