Class OnSubscribeRange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int endIndex  
      private int startIndex  
    • Constructor Summary

      Constructors 
      Constructor Description
      OnSubscribeRange​(int start, int end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(Subscriber<? super java.lang.Integer> childSubscriber)  
      • Methods inherited from class java.lang.Object

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

      • startIndex

        private final int startIndex
      • endIndex

        private final int endIndex
    • Constructor Detail

      • OnSubscribeRange

        public OnSubscribeRange​(int start,
                                int end)
    • Method Detail

      • call

        public void call​(Subscriber<? super java.lang.Integer> childSubscriber)
        Specified by:
        call in interface Action1<Subscriber<? super java.lang.Integer>>