Class OperatorZipIterable<T1,​T2,​R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Iterable<? extends T2> iterable  
      (package private) Func2<? super T1,​? super T2,​? extends R> zipFunction  
    • Constructor Summary

      Constructors 
      Constructor Description
      OperatorZipIterable​(java.lang.Iterable<? extends T2> iterable, Func2<? super T1,​? super T2,​? extends R> zipFunction)  
    • Method Summary

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

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

      • iterable

        final java.lang.Iterable<? extends T2> iterable
      • zipFunction

        final Func2<? super T1,​? super T2,​? extends R> zipFunction
    • Constructor Detail

      • OperatorZipIterable

        public OperatorZipIterable​(java.lang.Iterable<? extends T2> iterable,
                                   Func2<? super T1,​? super T2,​? extends R> zipFunction)