Interface AssemblerAdapter<T,​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<T,​ID,​R,​RC>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RC convertMapperSources​(java.util.function.Supplier<java.lang.Iterable<T>> topLevelEntitiesProvider, java.util.function.Function<java.lang.Iterable<T>,​java.util.stream.Stream<java.util.function.Supplier<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​(java.util.function.Supplier<java.lang.Iterable<T>> topLevelEntitiesProvider,
                                java.util.function.Function<java.lang.Iterable<T>,​java.util.stream.Stream<java.util.function.Supplier<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)