Interface of the raw timeline object.
Should be implemented by composing a raw timeline in your container and delegating to it with the by keyword. See any timeline for examples.
by
(DOC) Caches the timeline for all available time.
Caches the result of collecting this timeline, to be reused for future collect requests if possible.
(DOC) A simplified version of cache.
(DOC) Collects the timeline for all available time.
(DOC) Evaluates the stack of operations and produces a list of timeline payload objects.
(DOC) A simplified version of collect.
(DOC) UNSAFE! Casts this timeline type to another type without changing its contents.