merge

open infix fun merge(other: GeneralOps<T, *>): THIS

(DOC) Combines two timelines together by overlaying them. Does not perform any transformation.


open infix fun merge(i: T): THIS

(DOC) Combines this timeline with a single payload object by overlaying them.