StepToStepMerger

This StepMerger merges a 2 StoryStep into a new StoryStep containing the information of both units.

This can be used to create a bigger message from 2 smaller ones. Note: This class doesn't support groupsMerger and will throw an exception if requested to create a groups. Use StepToGroupMerger for this purpose.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun merge(step1: StoryStep, step2: StoryStep, type: StoryType): StoryStep