Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util-core: Introduce Reader.readAllItems for generic types
Problem: Reader.readAll was Buf biased, and it should be in BufReader. Solution: Move `readAll(r: Reader[Buf])` to `BufReader`, while introduce `readAllItems[A](r: Reader[A])` to the `Reader` object. JIRA Issues: CSL-8869 Differential Revision: https://phabricator.twitter.biz/D391346
- Loading branch information