Uses of Interface
io.activej.csp.dsl.ChannelSupplierTransformer
Packages that use ChannelSupplierTransformer
Package
Description
-
Uses of ChannelSupplierTransformer in io.activej.csp
Methods in io.activej.csp with parameters of type ChannelSupplierTransformerModifier and TypeMethodDescriptiondefault <R> RChannelSupplier.transformWith(ChannelSupplierTransformer<T, R> fn) Transforms this ChannelSupplier with the providedfn. -
Uses of ChannelSupplierTransformer in io.activej.csp.dsl
Subinterfaces of ChannelSupplierTransformer in io.activej.csp.dslModifier and TypeInterfaceDescriptioninterfaceChannelTransformer<I,O> interfaceWithChannelTransformer<B,I, O> Methods in io.activej.csp.dsl that return ChannelSupplierTransformerModifier and TypeMethodDescriptionstatic <T> ChannelSupplierTransformer<T,ChannelSupplier<T>> ChannelSupplierTransformer.identity() -
Uses of ChannelSupplierTransformer in io.activej.csp.process
Classes in io.activej.csp.process that implement ChannelSupplierTransformerModifier 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 ChannelSupplierTransformer in io.activej.csp.process.frames
Classes in io.activej.csp.process.frames that implement ChannelSupplierTransformer -
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.