unsafeMapIntervals

open fun unsafeMapIntervals(boundsTransformer: BoundsTransformer, truncate: Boolean, f: (V) -> Interval): THIS

(DOC) UNSAFE! Maps the interval of each object, leaving the rest of the object unchanged.

Parameters

boundsTransformer

how to transform the bounds for the timeline map is called on

truncate

whether to truncate the result before returning

f

a mapper function that converts each timeline object to an interval to be used as the new interval for that object

See also

for an explanation of why this method is unsafe.