Interface ClosableIteratorBuilder.WithCloseBuilder
- Enclosing interface:
- ClosableIteratorBuilder
public static interface ClosableIteratorBuilder.WithCloseBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithClose
(ThrowingRunnable<IOException> closer) Configures an executable instance of a closer for the iterator.
-
Method Details
-
withClose
Configures an executable instance of a closer for the iterator.- Parameters:
closer
- a runnable instance of a closer for the iterator- Returns:
- Closable iterator builder
-