builder abstract method

Step builder()

The builder function will be called whenever the previous step inside the Bubble passes by without an error.

In a Bubble where no FlowContext.pop(), FlowContext.close() or bool leave = true occurs, the builder function should never allocate memory that lives longer than the step it returns, because it will be ran infinite times.

Implementation

Step builder();