filterByWindows

open fun filterByWindows(windows: SerialOps<Interval, *>, truncateMarginal: Boolean = true): THIS

(DOC) Filters out payload objects whose intervals are not contained in the given Windows timeline.

Parameters

truncateMarginal

whether objects with only partial overlap with an interval in the windows timeline should be truncated to the intersection or included unchanged.