Interface IGenerator<T>

  • Type Parameters:
    T - The type of the elements
    All Superinterfaces:
    Iterable<T>

    public interface IGenerator<T>
    extends Iterable<T>
    This interface is implemented by all generic generators in the library
    Version:
    3.0
    Author:
    Dmytro Paukov