Interface Producer<T>

    • Method Detail

      • produce

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