isolate

open fun isolate(f: (V) -> Boolean): Universal<V>

(DOC) Similar to filter, but returns an Universal timeline.

Parameters

f

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