Class DelayCompositionFunction<X>
- java.lang.Object
-
- org.streamingpool.core.service.streamid.factory.function.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.
-
-
Constructor Summary
Constructors Constructor Description DelayCompositionFunction(java.time.Duration duration)
-
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)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Method Detail
-
apply
public org.reactivestreams.Publisher<X> apply(java.util.List<org.reactivestreams.Publisher<X>> reactiveStreams)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-