Class OnSubscribeFlattenIterable.OnSubscribeScalarFlattenIterable<T,​R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Func1<? super T,​? extends java.lang.Iterable<? extends R>> mapper  
      (package private) T value  
    • Method Summary

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

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

      • value

        final T value
      • mapper

        final Func1<? super T,​? extends java.lang.Iterable<? extends R>> mapper
    • Constructor Detail

      • OnSubscribeScalarFlattenIterable

        public OnSubscribeScalarFlattenIterable​(T value,
                                                Func1<? super T,​? extends java.lang.Iterable<? extends R>> mapper)