Class IterablePublisher<T>

  • All Implemented Interfaces:
    org.reactivestreams.Publisher<T>

    public class IterablePublisher<T>
    extends Object
    implements org.reactivestreams.Publisher<T>
    • Constructor Detail

      • IterablePublisher

        public IterablePublisher​(Iterable<T> iterable)
    • Method Detail

      • subscribe

        public void subscribe​(org.reactivestreams.Subscriber<? super T> subscriber)
        Specified by:
        subscribe in interface org.reactivestreams.Publisher<T>