Class ZipCompositionFunction<X,​T>

  • All Implemented Interfaces:
    java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<T>>

    public class ZipCompositionFunction<X,​T>
    extends java.lang.Object
    implements java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<T>>
    Created by timartin on 06/10/2016.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZipCompositionFunction​(java.util.function.BiFunction<X,​X,​java.util.Optional<T>> conversion)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<T> apply​(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ZipCompositionFunction

        public ZipCompositionFunction​(java.util.function.BiFunction<X,​X,​java.util.Optional<T>> conversion)
    • Method Detail

      • apply

        public org.reactivestreams.Publisher<T> apply​(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)
        Specified by:
        apply in interface java.util.function.Function<X,​T>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object