T - the type to iterate overpublic interface ESCloseableIterable<T>
Iterable that must be closed after consumption.
Note that a ESCloseableIterable is not an Iterable itself.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this
Iterable. |
Iterable<T> |
iterable()
Returns an
Iterable that can be iterated over. |
Copyright © 2017. All rights reserved.