convert

open fun <RESULT : GeneralOps<V, RESULT>> convert(ctor: (Timeline<V, RESULT>) -> RESULT): RESULT

(DOC) Safely converts to another timeline type that accepts the same payload type.

Coalesces if necessary.