Searched refs:LineProcessor (Results 1 – 10 of 10) sorted by relevance
73 LineProcessor<Integer> alwaysFalse = new LineProcessor<Integer>() { in testReadLines_withLineProcessor()90 LineProcessor<Integer> alwaysTrue = new LineProcessor<Integer>() { in testReadLines_withLineProcessor()108 LineProcessor<Integer> conditional = new LineProcessor<Integer>() { in testReadLines_withLineProcessor()
78 LineProcessor<List<String>> collectAndLowercaseAndTrim = in testReadLines_withLineProcessor()79 new LineProcessor<List<String>>() { in testReadLines_withLineProcessor()
146 List<String> list = source.readLines(new LineProcessor<List<String>>() { in testReadLines_withProcessor()165 List<String> list = source.readLines(new LineProcessor<List<String>>() { in testReadLines_withProcessor_stopsOnFalse()
521 LineProcessor<List<String>> collect = new LineProcessor<List<String>>() { in testReadLines_withLineProcessor()547 LineProcessor<List<String>> collectNonEmptyLines = in testReadLines_withLineProcessor()548 new LineProcessor<List<String>>() { in testReadLines_withLineProcessor()
125 List<String> list = lines.readLines(new LineProcessor<List<String>>() { in testReadLines_withProcessor()145 List<String> list = lines.readLines(new LineProcessor<List<String>>() { in testReadLines_withProcessor_stopsOnFalse()
128 LineProcessor<T> callback) throws IOException { in readLines()151 return readLines(url, charset, new LineProcessor<List<String>>() { in readLines()
33 public interface LineProcessor<T> { interface
219 public <T> T readLines(LineProcessor<T> processor) throws IOException { in readLines()391 public <T> T readLines(LineProcessor<T> processor) throws IOException {
137 Readable readable, LineProcessor<T> processor) throws IOException { in readLines()
535 return readLines(file, charset, new LineProcessor<List<String>>() { in readLines()563 LineProcessor<T> callback) throws IOException { in readLines()