Interface AssemblerAdapter<T,ID,R,RC>
-
- All Known Implementing Classes:
FluxAdapter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface AssemblerAdapter<T,ID,R,RC>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RC
convertMapperSources(org.reactivestreams.Publisher<T> topLevelEntitiesProvider, java.util.function.Function<java.lang.Iterable<T>,java.util.stream.Stream<org.reactivestreams.Publisher<? extends java.util.Map<ID,?>>>> mapperSourcesBuilder, java.util.function.BiFunction<java.lang.Iterable<T>,java.util.List<java.util.Map<ID,?>>,java.util.stream.Stream<R>> aggregateStreamBuilder)
-
-
-
Method Detail
-
convertMapperSources
RC convertMapperSources(org.reactivestreams.Publisher<T> topLevelEntitiesProvider, java.util.function.Function<java.lang.Iterable<T>,java.util.stream.Stream<org.reactivestreams.Publisher<? extends java.util.Map<ID,?>>>> mapperSourcesBuilder, java.util.function.BiFunction<java.lang.Iterable<T>,java.util.List<java.util.Map<ID,?>>,java.util.stream.Stream<R>> aggregateStreamBuilder)
-
-