Class FlowableAdapter<ID,​R>

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

    public class FlowableAdapter<ID,​R>
    extends java.lang.Object
    implements io.github.pellse.assembler.AssemblerAdapter<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.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)  
      static <ID,​R>
      FlowableAdapter<ID,​R>
      flowableAdapter()  
      static <ID,​R>
      FlowableAdapter<ID,​R>
      flowableAdapter​(io.reactivex.rxjava3.core.Scheduler scheduler)  
      static <ID,​R>
      FlowableAdapter<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.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)
        Specified by:
        convertMapperSources in interface io.github.pellse.assembler.AssemblerAdapter<ID,​R,​io.reactivex.rxjava3.core.Flowable<R>>
      • flowableAdapter

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

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

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