An iterable filter that bypasses elements in sequence while the predicate condition is true and if false will iterate the rest. Inverse of skipUntil.
An iterable filter that bypasses elements in sequence while the predicate condition is true and if false will iterate the rest. Inverse of skipUntil.