invoke

abstract operator fun invoke(bounds: Interval): Interval

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

This is typically the inverse of the motion caused by the operation itself. For example, if the operation shifts all intervals to the future by Duration.SECOND, this method should shift the bounds to the past by Duration.SECOND.