setOrder

fun setOrder(order: Int): T

Sets when this transformationId should be executed. Transformations are executed in ascending order, that is, a Transformation with order 1 will be executed before a Transformation with order 2.

Duplicate values for order should be executed in insertion order according to the settings, but should not be relied upon.

Return

this TransformationSettingsBuilder to continue configuration