Skip to main content
Version: v0.16.0

Sequence

Alias:Sequence

Output:The same type as the final step

A chain of steps to be run one after the other.

ParameterTypeRequiredPositionDefault ValueSummary
FinalStepT✔The final step of the sequence. Will be the return value.
InitialStepsList<unit>EmptyThe steps of this sequence apart from the final step.