Interface IMultiConditionBuilder<Self extends IMultiConditionBuilder<Self, Props, WorkflowElement>, Props, WorkflowElement extends AWorkflowElement<?,?>>

Type Parameters:
Self - The type of the builder.
All Superinterfaces:
IWorkflowElementBuilder<WorkflowElement, Props>
All Known Subinterfaces:
IMultipleConditionBuilder

public interface IMultiConditionBuilder<Self extends IMultiConditionBuilder<Self, Props, WorkflowElement>, Props, WorkflowElement extends AWorkflowElement<?,?>> extends IWorkflowElementBuilder<WorkflowElement, Props>
Contract for builders that allow configuring multiple conditions.
Since:
8.2.0