Index

A B C D E F G H I M O Q R S T W 
All Classes and Interfaces|All Packages

A

assemble(Iterable<T>) - Method in interface io.github.pellse.reactive.assembler.Assembler
 
assemble(Iterable<T>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssemblerImpl
 
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
 

B

build() - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilder
 
build() - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilderImpl
 
build() - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.MapperBuilder
 
build() - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
build(AssemblerAdapter<T, ID, R, RC>) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilder
 
build(AssemblerAdapter<T, ID, R, RC>) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilderImpl
 
build(Scheduler) - Method in interface io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilder
 
build(Scheduler) - Method in class io.github.pellse.reactive.assembler.AssemblerBuilder.AssembleUsingBuilderImpl
 

C

cache() - Static method in interface io.github.pellse.reactive.assembler.Cache
 
cache(Supplier<Map<ID, Collection<R>>>) - Static method in interface io.github.pellse.reactive.assembler.Cache
 
cache(Supplier<Map<Iterable<ID>, Mono<Map<ID, R>>>>) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
cache(Map<ID, Collection<R>>) - Static method in interface io.github.pellse.reactive.assembler.Cache
 
cache(Map<Iterable<ID>, Mono<Map<ID, R>>>) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
Cache<ID,R> - Interface in io.github.pellse.reactive.assembler
 
cached(Mapper<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
cached(Mapper<ID, R>, QueryCache<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
cached(Mapper<ID, R>, QueryCache<ID, R>, Duration) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
cached(Mapper<ID, R>, Duration) - Static method in interface io.github.pellse.reactive.assembler.QueryCache
 
cached(RuleMapperSource<ID, IDC, R, RRC>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(RuleMapperSource<ID, IDC, R, RRC>, CacheFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(RuleMapperSource<ID, IDC, R, RRC>, Supplier<Map<ID, Collection<R>>>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(RuleMapperSource<ID, IDC, R, RRC>, Map<ID, Collection<R>>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(Function<IDC, Publisher<R>>, CacheFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(Function<IDC, Publisher<R>>, Supplier<Map<ID, Collection<R>>>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
cached(Function<IDC, Publisher<R>>, Map<ID, Collection<R>>) - Static method in interface io.github.pellse.reactive.assembler.CacheFactory
 
CacheFactory<ID,R> - Interface in io.github.pellse.reactive.assembler
 
call(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapperSource
 
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
 
convertMapperSources(Publisher<T>, Function<Iterable<T>, Stream<Publisher<? extends Map<ID, ?>>>>, BiFunction<Iterable<T>, List<Map<ID, ?>>, Stream<R>>) - Method in class io.github.pellse.reactive.assembler.FluxAdapter
 
create(Function<Iterable<? extends ID>, Mono<Map<ID, Collection<R>>>>) - Method in interface io.github.pellse.reactive.assembler.CacheFactory
 

D

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

E

equals(Object) - Method in record class io.github.pellse.reactive.assembler.RuleContext
Indicates whether some other object is "equal to" this one.

F

fluxAdapter() - Static method in class io.github.pellse.reactive.assembler.FluxAdapter
 
fluxAdapter(Scheduler) - Static method in class io.github.pellse.reactive.assembler.FluxAdapter
 
FluxAdapter<T,ID,R> - Class in io.github.pellse.reactive.assembler
 

G

getAll(Iterable<ID>) - Method in interface io.github.pellse.reactive.assembler.Cache
 

H

hashCode() - Method in record class io.github.pellse.reactive.assembler.RuleContext
Returns a hash code value for this object.

I

idCollectionFactory() - Method in record class io.github.pellse.reactive.assembler.RuleContext
Returns the value of the idCollectionFactory record component.
idExtractor() - Method in record class io.github.pellse.reactive.assembler.RuleContext
Returns the value of the idExtractor record component.
io.github.pellse.reactive.assembler - package io.github.pellse.reactive.assembler
 
io.github.pellse.reactive.assembler.builder - package io.github.pellse.reactive.assembler.builder
 

M

mapFactory() - Method in record class io.github.pellse.reactive.assembler.RuleContext
Returns the value of the mapFactory record component.
MapFactory<ID,R> - Interface in io.github.pellse.reactive.assembler
 
Mapper<ID,RRC> - Interface in io.github.pellse.reactive.assembler
 

O

oneToMany(RuleMapperSource<ID, IDC, R, List<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToMany(RuleMapperSource<ID, IDC, R, RC>, Supplier<RC>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToMany(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToMany(Function<IDC, Publisher<R>>, Supplier<RC>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToManyAsSet(RuleMapperSource<ID, IDC, R, Set<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToManyAsSet(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToOne() - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleContextBuilder
 
oneToOne() - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
oneToOne(RuleMapperSource<ID, IDC, R, R>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToOne(RuleMapperSource<ID, IDC, R, R>, Function<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToOne(Function<ID, R>) - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleContextBuilder
 
oneToOne(Function<ID, R>) - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
oneToOne(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 
oneToOne(Function<IDC, Publisher<R>>, Function<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.RuleMapper
 

Q

query(IDC, Function<IDC, Publisher<R>>, Function<ID, RRC>, Collector<R, ?, Map<ID, RRC>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
QueryCache<ID,R> - Interface in io.github.pellse.reactive.assembler
 
queryOneToMany(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, Supplier<RC>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToMany(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, Supplier<RC>, MapFactory<ID, RC>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsList(IDC, Function<IDC, Publisher<R>>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsList(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, MapFactory<ID, List<R>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsSet(IDC, Function<IDC, Publisher<R>>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToManyAsSet(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, MapFactory<ID, Set<R>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, Function<IDC, Publisher<R>>, Function<R, ID>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, MapFactory<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, Function<IDC, Publisher<R>>, Function<R, ID>, Function<ID, R>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
queryOneToOne(IDC, Function<IDC, Publisher<R>>, 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
 

R

rule(RuleContext<ID, IDC, R, RRC>, RuleMapper<ID, IDC, R, RRC>) - Static method in interface io.github.pellse.reactive.assembler.Mapper
 
rule(Function<R, ID>, RuleMapper<ID, List<ID>, R, RRC>) - Static method in interface io.github.pellse.reactive.assembler.Mapper
 
rule(Function<R, ID>, Supplier<IDC>, MapFactory<ID, RRC>, RuleMapper<ID, IDC, R, RRC>) - Static method in interface io.github.pellse.reactive.assembler.Mapper
 
rule(Function<R, ID>, Supplier<IDC>, RuleMapper<ID, IDC, R, RRC>) - Static method in interface io.github.pellse.reactive.assembler.Mapper
 
ruleBuilder(Function<IDC, Publisher<R>>) - Static method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder
 
ruleContext(Function<R, ID>) - Static method in record class io.github.pellse.reactive.assembler.RuleContext
 
ruleContext(Function<R, ID>, Supplier<IDC>) - Static method in record class io.github.pellse.reactive.assembler.RuleContext
 
ruleContext(Function<R, ID>, Supplier<IDC>, MapFactory<ID, RRC>) - Static method in record class io.github.pellse.reactive.assembler.RuleContext
 
RuleContext<ID,IDC extends Collection<ID>,R,RRC> - Record Class in io.github.pellse.reactive.assembler
 
RuleContext(Function<R, ID>, Supplier<IDC>, MapFactory<ID, RRC>) - Constructor for record class io.github.pellse.reactive.assembler.RuleContext
Creates an instance of a RuleContext record class.
RuleMapper<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler
 
RuleMapperBuilder<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler.builder
 
RuleMapperBuilder.IdExtractorBuilder<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler.builder
 
RuleMapperBuilder.MapperBuilder<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler.builder
 
RuleMapperBuilder.RuleContextBuilder<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler.builder
 
RuleMapperBuilder.RuleMapperBuilderImpl<ID,IDC extends Collection<ID>,R,RRC> - Class in io.github.pellse.reactive.assembler.builder
 
RuleMapperSource<ID,IDC extends Collection<ID>,R,RRC> - Interface in io.github.pellse.reactive.assembler
 

S

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

T

toPublisher(Function<IDC, Iterable<R>>) - Static method in interface io.github.pellse.reactive.assembler.QueryUtils
 
toString() - Method in record class io.github.pellse.reactive.assembler.RuleContext
Returns a string representation of this record class.

W

with(Function<RuleMapperSource<ID, IDC, R, RRC>, RuleMapperSource<ID, IDC, R, RRC>>) - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.MapperBuilder
 
with(Function<RuleMapperSource<ID, IDC, R, RRC>, RuleMapperSource<ID, IDC, R, RRC>>) - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
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
 
withIdCollectionFactory(Supplier<IDC>) - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleContextBuilder
 
withIdCollectionFactory(Supplier<IDC>) - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
withIdExtractor(Function<R, ID>) - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.IdExtractorBuilder
 
withIdExtractor(Function<R, ID>) - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
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
 
withMapFactory(MapFactory<ID, RRC>) - Method in interface io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleContextBuilder
 
withMapFactory(MapFactory<ID, RRC>) - Method in class io.github.pellse.reactive.assembler.builder.RuleMapperBuilder.RuleMapperBuilderImpl
 
A B C D E F G H I M O Q R S T W 
All Classes and Interfaces|All Packages