Package io.github.pellse.assembler
Interface AssemblerAdapter<ID,R,RC>
-
- All Known Implementing Classes:
CompletableFutureAdapter,StreamAdapter
- 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<ID,R,RC>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RCconvertMapperSources(java.util.stream.Stream<java.util.function.Supplier<java.util.Map<ID,?>>> mapperSourceSuppliers, java.util.function.Function<java.util.List<java.util.Map<ID,?>>,java.util.stream.Stream<R>> aggregateStreamBuilder)
-