Class ValueInput<O>

    • Field Detail

      • state

        protected O state
    • Constructor Detail

      • ValueInput

        public ValueInput​(O state)
      • ValueInput

        public ValueInput()
    • Method Detail

      • get

        public O get()
        Description copied from interface: Outlet
        Returns the current state of this Outlet.
        Specified by:
        get in interface Outlet<O>
        Specified by:
        get in class AbstractOutlet<O>
      • set

        public O set​(O newState)