Generated by
JDiff

Class com.google.common.io.CharStreams

Changed Methods
T extends Object readLines(Readable, LineProcessor<T>) Change in return type from T to (T extends Object).
Streams lines from a Readable object, stopping when the processor returns {@code false} or all lines have been read and returning the result produced by the processor.