Package io.github.pellse.assembler
Interface AssemblerAdapter<T,ID,R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux
<R> convertSubQueryMappers
(org.reactivestreams.Publisher<T> topLevelEntitiesProvider, Function<Iterable<T>, Stream<org.reactivestreams.Publisher<? extends Map<ID, ?>>>> subQueryMapperBuilder, BiFunction<Iterable<T>, List<Map<ID, ?>>, Stream<R>> aggregateStreamBuilder)
-
Method Details
-
convertSubQueryMappers
-