Interface Producer<T>

    • Method Detail

      • produce

        T produce()
        Produce the next object.
        Returns:
        the next object or null to indicate that no more objects can be produced