Class MapValueOperator<I,​O>

    • Constructor Detail

      • MapValueOperator

        public MapValueOperator()
    • Method Detail

      • 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)