Class ValueOutput<I>

  • All Implemented Interfaces:
    Inlet<I>

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

      • state

        protected I state
    • Constructor Detail

      • ValueOutput

        public ValueOutput​(I state)
      • ValueOutput

        public ValueOutput()