plus

operator fun Action.plus(action: Action): SequenceAction

Wraps this action and the passed action in a SequenceAction.

Return

SequenceAction storing both actions.

Parameters

action

will be executed after this action.