CollectOptions

data class CollectOptions @JvmOverloads constructor(val bounds: Interval, val truncateMarginal: Boolean = true)

Options for collecting a timeline.

Constructors

Link copied to clipboard
constructor(bounds: Interval, truncateMarginal: Boolean = true)

Properties

Link copied to clipboard

The bounds on which to evaluate the timeline.

Link copied to clipboard

Whether to truncate objects that extend outside the bounds.

Functions

Link copied to clipboard

Whether the results of collecting a timeline with other options are guaranteed to be contained in the results of collecting a timeline with these options.

Link copied to clipboard

Creates a new options object with a BoundsTransformer applied.