Class MapCompositionFunction<X,T>
- java.lang.Object
-
- org.streamingpool.core.service.streamid.factory.function.MapCompositionFunction<X,T>
-
- All Implemented Interfaces:
java.util.function.Function<java.util.List<org.reactivestreams.Publisher<X>>,org.reactivestreams.Publisher<T>>
public class MapCompositionFunction<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 MapCompositionFunction(java.util.function.Function<X,java.util.Optional<T>> mapFunction)
-
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)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Method Detail
-
apply
public org.reactivestreams.Publisher<T> 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
-
-