BoundsTransformer

fun interface BoundsTransformer

A functional interface for transforming bounds for operations that transform intervals.

Types

Link copied to clipboard
object Companion

Helper functions for constructing bounds transformers.

Functions

Link copied to clipboard
abstract operator fun invoke(bounds: Interval): Interval

Convert the given bounds into the bounds that the child timeline should be collected with.