Interface Generatable<T>

  • All Known Implementing Classes:
    DelegatingGeneratable, Sequence
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    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.