Class FlowableAdapter<T,​ID,​R>

  • All Implemented Interfaces:
    io.github.pellse.assembler.AssemblerAdapter<T,​ID,​R,​io.reactivex.rxjava3.core.Flowable<R>>

    public final class FlowableAdapter<T,​ID,​R>
    extends java.lang.Object
    implements io.github.pellse.assembler.AssemblerAdapter<T,​ID,​R,​io.reactivex.rxjava3.core.Flowable<R>>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.reactivex.rxjava3.core.Flowable<R> 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)  
      static <T,​ID,​R>
      FlowableAdapter<T,​ID,​R>
      flowableAdapter()  
      static <T,​ID,​R>
      FlowableAdapter<T,​ID,​R>
      flowableAdapter​(io.reactivex.rxjava3.core.Scheduler scheduler)  
      static <T,​ID,​R>
      FlowableAdapter<T,​ID,​R>
      flowableAdapter​(java.util.concurrent.Executor executor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • convertMapperSources

        public io.reactivex.rxjava3.core.Flowable<R> 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)
        Specified by:
        convertMapperSources in interface io.github.pellse.assembler.AssemblerAdapter<T,​ID,​R,​io.reactivex.rxjava3.core.Flowable<R>>
      • flowableAdapter

        public static <T,​ID,​R> FlowableAdapter<T,​ID,​R> flowableAdapter()
      • flowableAdapter

        public static <T,​ID,​R> FlowableAdapter<T,​ID,​R> flowableAdapter​(java.util.concurrent.Executor executor)
      • flowableAdapter

        public static <T,​ID,​R> FlowableAdapter<T,​ID,​R> flowableAdapter​(io.reactivex.rxjava3.core.Scheduler scheduler)