Package net.pwall.pipeline
See: Description
-
Class Summary Class Description ByteChannelCoAcceptor An implementation of IntCoAcceptor that sends the value to a ByteWriteChannel. ChannelCoAcceptor An implementation of CoAcceptor that sends the value to a SendChannel. BaseAbstractCoAcceptor Common functionality for AbstractCoAcceptor and AbstractIntCoAcceptor. AbstractCoAcceptor Abstract implementation of CoAcceptor. AbstractIntCoAcceptor Abstract implementation of IntCoAcceptor. ListCoAcceptor A CoAcceptor that accumulates its input tp a List. SimpleCoAcceptor A simple implementation of CoAcceptor that takes a lambda as the accepting function. AbstractCoPipeline Abstract implementation of CoPipeline. AbstractIntObjectCoPipeline Abstract implementation of IntObjectCoPipeline. AbstractObjectIntCoPipeline Abstract implementation of ObjectIntCoPipeline. AbstractIntCoPipeline Abstract implementation of IntCoPipeline. StringCoAcceptor An IntCoAcceptor that accumulates the received data as a stream of characters and makes the result available as a String. ByteArrayCoAcceptor CoCounter CoFilter CoFold ForkCoPipeline IntCoCounter IntCoFilter CoMapper LineCoPipeline AutoCloseKt CoAcceptorsKt CoFunctionsKt CoStringsKt -
Interface Summary Interface Description BaseCoAcceptor The base interface for pipeline and acceptor classes. CoAcceptor An acceptor that takes a value of the specified type. IntCoAcceptor An acceptor that takes an integer value. BaseCoPipeline Base interface for pipeline classes. CoPipeline A pipeline that accepts and emits values of the specified types. IntObjectCoPipeline A pipeline that takes integer values and emits object values. ObjectIntCoPipeline A pipeline that takes object values and emits integer values. IntCoPipeline A pipeline that accepts and emits integer values. -
Object Summary Object Description Companion