Uses of Class
com.streamconverter.command.rule.impl.composite.ChainRule.Builder
Packages that use ChainRule.Builder
-
Uses of ChainRule.Builder in com.streamconverter.command.rule.impl.composite
Methods in com.streamconverter.command.rule.impl.composite that return ChainRule.BuilderModifier and TypeMethodDescriptionAdds a rule to the end of the chain.Adds multiple rules to the end of the chain.Adds multiple rules to the end of the chain.static ChainRule.Builder
ChainRule.builder()
Creates a builder for configuring the ChainRule.ChainRule.Builder.clear()
Removes all rules from the chain.ChainRule.Builder.insertRule
(int index, IRule rule) Inserts a rule at the specified position in the chain.