Package-level declarations
Operations mixins for specifying whether a timeline should be coalesced.
Types
Link copied to clipboard
A coalesce operation for intervals, which always coalesce.
Link copied to clipboard
A no-op implementation of coalesce.
Link copied to clipboard
interface CoalesceSegmentsOp<V : Any, THIS : CoalesceSegmentsOp<V, THIS>> : GeneralOps<Segment<V>, THIS>
Implements coalescing for segments.