Class SingleInternalHelper.ToFlowableIterable<T>

  • All Implemented Interfaces:
    java.lang.Iterable<Flowable<T>>
    Enclosing class:
    SingleInternalHelper

    static final class SingleInternalHelper.ToFlowableIterable<T>
    extends java.lang.Object
    implements java.lang.Iterable<Flowable<T>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Iterable<? extends SingleSource<? extends T>> sources  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<Flowable<T>> iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • sources

        private final java.lang.Iterable<? extends SingleSource<? extends T>> sources
    • Constructor Detail

      • ToFlowableIterable

        ToFlowableIterable​(java.lang.Iterable<? extends SingleSource<? extends T>> sources)
    • Method Detail

      • iterator

        public java.util.Iterator<Flowable<T>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<T>