SerialPipelineStageBuilder<TContext, TBaseNode> Class
Definition
Fluent builder for a serial pipeline stage.
public sealed class SerialPipelineStageBuilder<TContext, TBaseNode> : PipelineStageBuilder<SerialPipelineStageBuilder<TContext, TBaseNode>, SerialPipelineStage<TContext, TBaseNode>, TBaseNode, Processor<TContext, TBaseNode>, Func<TContext, TBaseNode, Boolean>>
where TBaseNode : Node<TBaseNode>
View source
Type Parameters
| Name |
Description |
TContext |
The type of the context for the processing. |
TBaseNode |
The base type of nodes in the tree. |
Methods
| Name |
Description |
WithAlwaysContinue() |
Always continue to the next stage after this one, irrespective of errors in the tree. |