takeWhile (predicate) will emit values from source while they satisfy given predicate, and will complete once emitted value dissatisfies the predicate:.
確定! 回上一頁