@FunctionalInterface public static interface LineReader.LineConsumer
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptAndWantsMore(String line)
Perform this operation on the given argument.
|
boolean acceptAndWantsMore(String line)
line - The lineCopyright © 2019. All rights reserved.