takeWhile passes values from the source observable to the observer (mirroring) as long as the function known as the predicate returns true .
確定! 回上一頁