Interface ClosableIteratorBuilder.WithProgressBuilder
- Enclosing interface:
- ClosableIteratorBuilder
public static interface ClosableIteratorBuilder.WithProgressBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithProgress
(ThrowingSupplier<Double, IOException> getEstimationProgress) Configures the custom parser to return the estimated progress.
-
Method Details
-
withProgress
ClosableIteratorBuilder.WithCloseBuilder withProgress(ThrowingSupplier<Double, IOException> getEstimationProgress) Configures the custom parser to return the estimated progress.- Parameters:
getEstimationProgress
- supplier for current estimated progress.- Returns:
- Closable iterator builder
-