Class MapValueOperator<I,O>

java.lang.Object
swim.streamlet.AbstractInoutlet<I,O>
swim.streamlet.combinator.MapValueOperator<I,O>
All Implemented Interfaces:
Inlet<I>, Inoutlet<I,O>, Outlet<O>
Direct Known Subclasses:
MapValueCombinator

public abstract class MapValueOperator<I,O> extends AbstractInoutlet<I,O>
  • Constructor Details

    • MapValueOperator

      public MapValueOperator()
  • Method Details

    • get

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

      public abstract O evaluate(I value)