Package 

Interface IntCoPipeline

  • All Implemented Interfaces:
    net.pwall.pipeline.BaseCoAcceptor , net.pwall.pipeline.BaseCoPipeline , net.pwall.pipeline.IntCoAcceptor

    
    public interface IntCoPipeline<R extends Object>
     implements IntCoAcceptor<R>, BaseCoPipeline<R>
                        

    A pipeline that accepts and emits integer values.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit emit(Integer value) Emit a value, that is, forward a value to the downstream acceptor.
      • Methods inherited from class net.pwall.pipeline.IntCoAcceptor

        accept, accept, accept
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

        close, flush, getClosed, getComplete, getResult
      • Methods inherited from class net.pwall.pipeline.BaseCoPipeline

        getDownstream, getStageComplete
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • emit

         abstract Unit emit(Integer value)

        Emit a value, that is, forward a value to the downstream acceptor.

        Parameters:
        value - the value