Class HelperPublisher<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      HelperPublisher​(int from, int to, Function<java.lang.Integer,​T> create, java.util.concurrent.Executor executor)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HelperPublisher

        public HelperPublisher​(int from,
                               int to,
                               Function<java.lang.Integer,​T> create,
                               java.util.concurrent.Executor executor)