highlight

open fun highlight(f: (V) -> Boolean): Windows

(DOC) Similar to filter, but produces a coalesced Windows object that highlights everything that satisfies the predicate.

Parameters

f

a predicate that decides if a given payload object's interval should be included in the result.