Uses of Interface
io.activej.csp.dsl.ChannelConsumerTransformer
Packages that use ChannelConsumerTransformer
Package
Description
-
Uses of ChannelConsumerTransformer in io.activej.csp
Methods in io.activej.csp with parameters of type ChannelConsumerTransformerModifier and TypeMethodDescriptiondefault <R> RChannelConsumer.transformWith(ChannelConsumerTransformer<T, R> fn) Transforms currentChannelConsumerwith providedChannelConsumerTransformer. -
Uses of ChannelConsumerTransformer in io.activej.csp.dsl
Subinterfaces of ChannelConsumerTransformer in io.activej.csp.dslModifier and TypeInterfaceDescriptioninterfaceChannelTransformer<I,O> interfaceWithChannelTransformer<B,I, O> Methods in io.activej.csp.dsl that return ChannelConsumerTransformerModifier and TypeMethodDescriptionstatic <T> ChannelConsumerTransformer<T,ChannelConsumer<T>> ChannelConsumerTransformer.identity() -
Uses of ChannelConsumerTransformer in io.activej.csp.process
Classes in io.activej.csp.process that implement ChannelConsumerTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> final classfinal classDrops exactly N bytes from a csp stream of byte buffers and limits that stream to exactly M bytes in length -
Uses of ChannelConsumerTransformer in io.activej.csp.process.frames
Classes in io.activej.csp.process.frames that implement ChannelConsumerTransformer -
Uses of ChannelConsumerTransformer in io.activej.csp.queue
Subinterfaces of ChannelConsumerTransformer in io.activej.csp.queueModifier and TypeInterfaceDescriptioninterfaceChannelQueue<T>Represents a queue of elements, which you canputortaketo pass fromChannelConsumertoChannelSupplier.Classes in io.activej.csp.queue that implement ChannelConsumerTransformerModifier and TypeClassDescriptionfinal classRepresents a queue of elements which you canputandtake.final classfinal classfinal classRepresents a buffer of zero capacity and stores only one value.