A C D I M O Q S U W 
All Classes All Packages

A

assemble(Publisher<T>) - Method in interface io.github.pellse.reactive.assembler.Assembler
 
assemble(Publisher<T>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssemblerImpl
 
Assembler<T,​RC> - Interface in io.github.pellse.reactive.assembler
 
AssemblerAdapter<T,​ID,​R,​RC> - Interface in io.github.pellse.reactive.assembler
 
AssemblerBuilder - Interface in io.github.pellse.reactive.assembler
 
AssemblerBuilder.AssemblerImpl<T,​ID,​R,​RC> - Class in io.github.pellse.reactive.assembler
 
AssemblerBuilder.AssembleUsingBuilder<T,​ID,​R> - Interface in io.github.pellse.reactive.assembler
 
AssemblerBuilder.AssembleUsingBuilderImpl<T,​ID,​R> - Class in io.github.pellse.reactive.assembler
 
AssemblerBuilder.WithAssemblerRulesBuilder<T,​ID,​R> - Interface in io.github.pellse.reactive.assembler
 
AssemblerBuilder.WithAssemblerRulesBuilderImpl<T,​ID,​R> - Class in io.github.pellse.reactive.assembler
 
AssemblerBuilder.WithIdExtractorBuilder<R> - Interface in io.github.pellse.reactive.assembler
 
AssemblerBuilder.WithIdExtractorBuilderImpl<R> - Class in io.github.pellse.reactive.assembler
 
assemblerOf(Class<R>) - Static method in interface io.github.pellse.reactive.assembler.AssemblerBuilder
 

C

cached(Mapper<ID, R, EX>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
cached(Mapper<ID, R, EX>, Duration) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
cached(Mapper<ID, R, EX>, Supplier<Map<Iterable<ID>, Publisher<Map<ID, R>>>>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
cached(Mapper<ID, R, EX>, Supplier<Map<Iterable<ID>, Publisher<Map<ID, R>>>>, Duration) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
convertMapperSources(Publisher<T>, Function<Iterable<T>, Stream<Publisher<? extends Map<ID, ?>>>>, BiFunction<Iterable<T>, List<Map<ID, ?>>, Stream<R>>) - Method in interface io.github.pellse.reactive.assembler.AssemblerAdapter
 

D

defaultMapFactory() - Static method in interface io.github.pellse.reactive.assembler.MapFactory
 

I

io.github.pellse.reactive.assembler - package io.github.pellse.reactive.assembler
 

M

MapFactory<ID,​R> - Interface in io.github.pellse.reactive.assembler
 
Mapper<ID,​R,​EX extends java.lang.Throwable> - Interface in io.github.pellse.reactive.assembler
 
MapperUtils - Interface in io.github.pellse.reactive.assembler
 

O

oneToMany(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<RC>, Supplier<IDC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToMany(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<RC>, Supplier<IDC>, MapFactory<ID, RC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToMany(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>, Supplier<RC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsList(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<IDC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsList(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<IDC>, MapFactory<ID, List<R>>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsList(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsList(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>, MapFactory<ID, List<R>>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsSet(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<IDC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsSet(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<IDC>, MapFactory<ID, Set<R>>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsSet(CheckedFunction1<Set<ID>, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToManyAsSet(CheckedFunction1<Set<ID>, Publisher<R>, EX>, Function<R, ID>, MapFactory<ID, Set<R>>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>, Supplier<IDC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>, Supplier<IDC>, MapFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<IDC>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 
oneToOne(CheckedFunction1<List<ID>, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>, MapFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.MapperUtils
 

Q

query(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<ID, V>, Collector<R, ?, Map<ID, V>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToMany(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<RC>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToMany(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Supplier<RC>, MapFactory<ID, RC>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsList(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsList(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, MapFactory<ID, List<R>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsSet(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsSet(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, MapFactory<ID, Set<R>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, MapFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, CheckedFunction1<IDC, Publisher<R>, EX>, Function<R, ID>, Function<ID, R>, MapFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
QueryUtils - Interface in io.github.pellse.reactive.assembler
 

S

safeApply(C, CheckedFunction1<C, Publisher<R>, EX>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 

U

using(AssemblerAdapter<T, ID, R, RC>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilder
 
using(AssemblerAdapter<T, ID, R, RC>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilderImpl
 

W

withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Mapper<ID, E7, ?>, Mapper<ID, E8, ?>, Mapper<ID, E9, ?>, Mapper<ID, E10, ?>, Mapper<ID, E11, ?>, Function12<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Mapper<ID, E7, ?>, Mapper<ID, E8, ?>, Mapper<ID, E9, ?>, Mapper<ID, E10, ?>, Function11<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Mapper<ID, E7, ?>, Mapper<ID, E8, ?>, Mapper<ID, E9, ?>, Function10<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Mapper<ID, E7, ?>, Mapper<ID, E8, ?>, Function9<T, E1, E2, E3, E4, E5, E6, E7, E8, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Mapper<ID, E7, ?>, Function8<T, E1, E2, E3, E4, E5, E6, E7, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Mapper<ID, E6, ?>, Function7<T, E1, E2, E3, E4, E5, E6, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Mapper<ID, E5, ?>, Function6<T, E1, E2, E3, E4, E5, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Mapper<ID, E4, ?>, Function5<T, E1, E2, E3, E4, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Mapper<ID, E3, ?>, Function4<T, E1, E2, E3, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, Mapper<ID, E2, ?>, Function3<T, E1, E2, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(Mapper<ID, E1, ?>, BiFunction<T, E1, R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(List<Mapper<ID, ?, ?>>, BiFunction<T, Object[], R>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilder
 
withAssemblerRules(List<Mapper<ID, ?, ?>>, BiFunction<T, Object[], R>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.WithAssemblerRulesBuilderImpl
 
withIdExtractor(Function<T, ID>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.WithIdExtractorBuilder
 
withIdExtractor(Function<T, ID>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.WithIdExtractorBuilderImpl
 
A C D I M O Q S U W 
All Classes All Packages