Class IterableProducer<V>

  • Type Parameters:
    V - the type of item being produced.

    public class IterableProducer<V>
    extends Broker.Producer<V>

    A producer implementation that produces items from an iterable.

    Author:
    David B. Bracewell
    • Constructor Detail

      • IterableProducer

        public IterableProducer​(Iterable<V> iterable)
        Instantiates a new Iterable producer.
        Parameters:
        iterable - the iterable