plus

operator fun plus(rollbackToolRegistry: RollbackToolRegistry): RollbackToolRegistry(source)

Combines the rollback tools from the current RollbackToolRegistry instance and the specified rollbackToolRegistry into a new RollbackToolRegistry.

Return

A new RollbackToolRegistry containing the combined rollback tools from both instances.

Parameters

rollbackToolRegistry

The other RollbackToolRegistry whose rollback tools will be combined with the current instance.