Class DelayCompositionFunction<X>

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<X> 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

      • DelayCompositionFunction

        public DelayCompositionFunction​(java.time.Duration duration)
    • Method Detail

      • apply

        public org.reactivestreams.Publisher<X> apply​(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)
        Specified by:
        apply in interface java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,​org.reactivestreams.Publisher<X>>
      • 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