Closeable Sequence
Represents a sequence of elements that can be closed to release any underlying resources.
This interface extends the standard Sequence interface and adds the close method to allow for explicit resource management.
Represents a sequence of elements that can be closed to release any underlying resources.
This interface extends the standard Sequence interface and adds the close method to allow for explicit resource management.