Class PublisherAdder<V>

  • Type Parameters:
    V - value type

    public abstract class PublisherAdder<V>
    extends 
    Author:
    Nikita Koksharov
    • Constructor Summary

      Constructors 
      Constructor Description
      PublisherAdder()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract >  o)  
      org.reactivestreams.Publisher<> addAll​(org.reactivestreams.Publisher<? extends V> c)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • PublisherAdder

        public PublisherAdder()
    • Method Detail

      • add

        public abstract > add​( o)
      • addAll

        public org.reactivestreams.Publisher<> addAll​(org.reactivestreams.Publisher<? extends V> c)