Uses of Interface
io.activej.csp.process.transformer.ChannelSupplierTransformer
Packages that use ChannelSupplierTransformer
Package
Description
-
Uses of ChannelSupplierTransformer in io.activej.csp.dsl
Subinterfaces of ChannelSupplierTransformer in io.activej.csp.dsl -
Uses of ChannelSupplierTransformer in io.activej.csp.process.frame
Classes in io.activej.csp.process.frame that implement ChannelSupplierTransformer -
Uses of ChannelSupplierTransformer in io.activej.csp.process.transformer
Subinterfaces of ChannelSupplierTransformer in io.activej.csp.process.transformerClasses in io.activej.csp.process.transformer that implement ChannelSupplierTransformerModifier and TypeClassDescriptionclassAbstractChannelTransformer<S extends AbstractChannelTransformer<S,I, O>, I, O> Methods in io.activej.csp.process.transformer that return ChannelSupplierTransformerModifier and TypeMethodDescriptionstatic <T> ChannelSupplierTransformer<T,ChannelSupplier<T>> ChannelSupplierTransformer.identity() -
Uses of ChannelSupplierTransformer in io.activej.csp.process.transformer.impl
Classes in io.activej.csp.process.transformer.impl that implement ChannelSupplierTransformerModifier and TypeClassDescriptionfinal classfinal classDrops exactly N bytes from a csp stream of byte buffers and limits that stream to exactly M bytes in lengthfinal classRateLimiter<T> -
Uses of ChannelSupplierTransformer in io.activej.csp.queue
Subinterfaces of ChannelSupplierTransformer 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 ChannelSupplierTransformerModifier and TypeClassDescriptionfinal classRepresents a queue of elements which you canputandtake.final classfinal classfinal classRepresents a buffer of zero capacity and stores only one value. -
Uses of ChannelSupplierTransformer in io.activej.csp.supplier
Methods in io.activej.csp.supplier with parameters of type ChannelSupplierTransformerModifier and TypeMethodDescriptiondefault <R> RChannelSupplier.transformWith(ChannelSupplierTransformer<T, R> fn) Transforms this ChannelSupplier with the providedfn.