Interface Generatable<T>

  • All Known Implementing Classes:
    Sequence

    public interface Generatable<T>
    A Generatable can return a Generator. This is the equivalent of Iterable but for infinite generators.

    Instances of this type must be immutable.