Interface ReIterable<T>

All Superinterfaces:
Iterable<T>
All Known Subinterfaces:
FactStorage<T>, MemoryKeyCollection

public interface ReIterable<T> extends Iterable<T>