CollectOptions
data class CollectOptions @JvmOverloads constructor(val bounds: Interval, val truncateMarginal: Boolean = true)
Options for collecting a timeline.
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.