Uses of Class
io.activej.csp.process.ChannelSplitter
Packages that use ChannelSplitter
-
Uses of ChannelSplitter in io.activej.csp.process
Methods in io.activej.csp.process that return ChannelSplitterModifier and TypeMethodDescriptionstatic <T> ChannelSplitter<T>ChannelSplitter.create()static <T> ChannelSplitter<T>ChannelSplitter.create(ChannelSupplier<T> input) ChannelSplitter.withSplitFunction(UnaryOperator<T> splitFn) Allows to set a function that will be used for splitting a value.