Class FlatMapCompositionFunction<X,​T>

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

    public class FlatMapCompositionFunction<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
      FlatMapCompositionFunction​(java.util.function.Function<X,​org.reactivestreams.Publisher<T>> flatMapConversion)  
    • 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

      • FlatMapCompositionFunction

        public FlatMapCompositionFunction​(java.util.function.Function<X,​org.reactivestreams.Publisher<T>> flatMapConversion)
    • 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