skipWhile

    signature: skipWhile(predicate: Function): Observable

    Example 1: Skip while values below threshold

    Additional Resources