Class ChainedClosableIterator<T>

java.lang.Object
net.dv8tion.jda.internal.utils.ChainedClosableIterator<T>
All Implemented Interfaces:
AutoCloseable, Iterator<T>, ClosableIterator<T>

public class ChainedClosableIterator<T> extends Object implements ClosableIterator<T>