Class OrOutlet

  • All Implemented Interfaces:
    swim.streamlet.Outlet<swim.structure.Value>

    public final class OrOutlet
    extends swim.streamlet.AbstractOutlet<swim.structure.Value>
    • Field Summary

      • Fields inherited from class swim.streamlet.AbstractOutlet

        outputs, version
    • Constructor Summary

      Constructors 
      Constructor Description
      OrOutlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      swim.structure.Value get()  
      swim.streamlet.Inlet<swim.structure.Value> operand1Inlet()  
      swim.streamlet.Inlet<swim.structure.Value> operand2Inlet()  
      • Methods inherited from class swim.streamlet.AbstractOutlet

        bindOutput, didInvalidateInput, didReconcileInput, disconnectInputs, disconnectOutputs, invalidateInput, onInvalidateInput, onReconcileInput, outputIterator, reconcileInput, unbindOutput, unbindOutputs, willInvalidateInput, willReconcileInput
      • Methods inherited from interface swim.streamlet.Outlet

        map, memoize, watch
    • Constructor Detail

      • OrOutlet

        public OrOutlet()
    • Method Detail

      • operand1Inlet

        public swim.streamlet.Inlet<swim.structure.Value> operand1Inlet()
      • operand2Inlet

        public swim.streamlet.Inlet<swim.structure.Value> operand2Inlet()
      • get

        public swim.structure.Value get()
        Specified by:
        get in interface swim.streamlet.Outlet<swim.structure.Value>
        Specified by:
        get in class swim.streamlet.AbstractOutlet<swim.structure.Value>