Class InvokeOutlet

java.lang.Object
swim.streamlet.AbstractOutlet<swim.structure.Value>
swim.dataflow.operator.InvokeOutlet
All Implemented Interfaces:
swim.streamlet.Outlet<swim.structure.Value>

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

    Fields inherited from class swim.streamlet.AbstractOutlet

    outputs, version
  • Constructor Summary

    Constructors
    Constructor
    Description
    InvokeOutlet(swim.structure.Record scope)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    swim.streamlet.Inlet<swim.structure.Value>
     
    swim.streamlet.Inlet<swim.structure.Value>
     
    swim.structure.Value
    get()
     

    Methods inherited from class swim.streamlet.AbstractOutlet

    bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface swim.streamlet.Outlet

    map, memoize, watch
  • Constructor Details

    • InvokeOutlet

      public InvokeOutlet(swim.structure.Record scope)
  • Method Details

    • funcInlet

      public swim.streamlet.Inlet<swim.structure.Value> funcInlet()
    • argsInlet

      public swim.streamlet.Inlet<swim.structure.Value> argsInlet()
    • 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>