Class Infinite<T>

java.lang.Object
org.dmfs.jems2.iterable.Infinite<T>
All Implemented Interfaces:
Iterable<T>

public final class Infinite<T> extends Object implements Iterable<T>
A Generatable to Iterable adapter which continues iterating forever. Be careful when using this in a for loop and make sure there is another exit point.