Skip items from a stream until a given condition is false, then output all remaining items. The condition function is not called again once it returns false.
Skip items from a stream until a given condition is false, then output all remaining items. The condition function is not called again once it returns false.