composite

@NotNull
open fun composite(@NotNull actions: Array<@NotNull TrackerUpdateAction>): @NotNull TrackerUpdateAction

Combines multiple actions into a single composite action.

Return

the composite action

Since

1.15.2

Parameters

actions

the actions to combine