Interface ClosableIteratorBuilder.WithNextBuilder
- Enclosing interface:
- ClosableIteratorBuilder
public static interface ClosableIteratorBuilder.WithNextBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithNext
(ThrowingSupplier<List<String>, IOException> next) Configures the custom parser to return the next line of the iterator.
-
Method Details
-
withNext
ClosableIteratorBuilder.WithProgressBuilder withNext(ThrowingSupplier<List<String>, IOException> next) Configures the custom parser to return the next line of the iterator.- Parameters:
next
- supplier for a list of strings in the next line- Returns:
- Closable iterator builder
-