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