Package 

Class AbstractIntObjectCoPipeline

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      CoAcceptor<E, R> getDownstream()
      Unit close() Close the pipeline.
      Unit emit(E value) Emit a value to the downstream CoAcceptor.
      Unit flush() Propagate the flush operation to the downstream acceptor.
      • Methods inherited from class net.pwall.pipeline.BaseAbstractCoAcceptor

        getClosed
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

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

        getStageComplete
      • Methods inherited from class net.pwall.pipeline.AbstractIntCoAcceptor

        accept, acceptInt
      • Methods inherited from class java.lang.Object

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