A C F G I 

A

assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Function3<T, E1, E2, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Function4<T, E1, E2, E3, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Function5<T, E1, E2, E3, E4, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Function6<T, E1, E2, E3, E4, E5, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Function7<T, E1, E2, E3, E4, E5, E6, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Mapper<ID, E7, IDC, Throwable>, Function8<T, E1, E2, E3, E4, E5, E6, E7, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Mapper<ID, E7, IDC, Throwable>, Mapper<ID, E8, IDC, Throwable>, Function9<T, E1, E2, E3, E4, E5, E6, E7, E8, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Mapper<ID, E7, IDC, Throwable>, Mapper<ID, E8, IDC, Throwable>, Mapper<ID, E9, IDC, Throwable>, Function10<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Mapper<ID, E7, IDC, Throwable>, Mapper<ID, E8, IDC, Throwable>, Mapper<ID, E9, IDC, Throwable>, Mapper<ID, E10, IDC, Throwable>, Function11<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, Mapper<ID, E2, IDC, Throwable>, Mapper<ID, E3, IDC, Throwable>, Mapper<ID, E4, IDC, Throwable>, Mapper<ID, E5, IDC, Throwable>, Mapper<ID, E6, IDC, Throwable>, Mapper<ID, E7, IDC, Throwable>, Mapper<ID, E8, IDC, Throwable>, Mapper<ID, E9, IDC, Throwable>, Mapper<ID, E10, IDC, Throwable>, Mapper<ID, E11, IDC, Throwable>, Function12<T, E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, Mapper<ID, E1, IDC, Throwable>, BiFunction<T, E1, R>) - Static method in interface io.github.pellse.assembler.Assembler
 
assemble(AssemblerConfig<T, ID, C, IDC, R, RC>, BiFunction<T, ? super Object[], R>, List<Mapper<ID, ?, IDC, Throwable>>) - Static method in interface io.github.pellse.assembler.Assembler
 
Assembler - Interface in io.github.pellse.assembler
 
AssemblerAdapter<ID,R,RC> - Interface in io.github.pellse.assembler
 
AssemblerConfig<T,ID,C extends java.util.Collection<T>,IDC extends java.util.Collection<ID>,R,RC> - Interface in io.github.pellse.assembler
 

C

convertMapperSources(Stream<Supplier<Map<ID, ?>>>, Function<List<Map<ID, ?>>, Stream<R>>, Function<Throwable, RuntimeException>) - Method in interface io.github.pellse.assembler.AssemblerAdapter
 
CoreAssemblerConfig<T,ID,C extends java.util.Collection<T>,IDC extends java.util.Collection<ID>,R,RC> - Class in io.github.pellse.assembler
 
CoreAssemblerConfig(CheckedSupplier<C, Throwable>, Function<T, ID>, Supplier<IDC>, Function<Throwable, RuntimeException>, AssemblerAdapter<ID, R, RC>) - Constructor for class io.github.pellse.assembler.CoreAssemblerConfig
 

F

from(CheckedSupplier<C, Throwable>, Function<T, ID>, Supplier<IDC>, AssemblerAdapter<ID, R, RC>) - Static method in class io.github.pellse.assembler.CoreAssemblerConfig
 
from(CheckedSupplier<C, Throwable>, Function<T, ID>, Supplier<IDC>, Function<Throwable, RuntimeException>, AssemblerAdapter<ID, R, RC>) - Static method in class io.github.pellse.assembler.CoreAssemblerConfig
 
from(CheckedSupplier<List<T>, Throwable>, Function<T, ID>, AssemblerAdapter<ID, R, RC>) - Static method in class io.github.pellse.assembler.CoreAssemblerConfig
 

G

getAssemblerAdapter() - Method in interface io.github.pellse.assembler.AssemblerConfig
 
getAssemblerAdapter() - Method in class io.github.pellse.assembler.CoreAssemblerConfig
 
getErrorConverter() - Method in interface io.github.pellse.assembler.AssemblerConfig
 
getErrorConverter() - Method in class io.github.pellse.assembler.CoreAssemblerConfig
 
getIdCollectionFactory() - Method in interface io.github.pellse.assembler.AssemblerConfig
 
getIdCollectionFactory() - Method in class io.github.pellse.assembler.CoreAssemblerConfig
 
getIdExtractor() - Method in interface io.github.pellse.assembler.AssemblerConfig
 
getIdExtractor() - Method in class io.github.pellse.assembler.CoreAssemblerConfig
 
getTopLevelEntitiesProvider() - Method in interface io.github.pellse.assembler.AssemblerConfig
 
getTopLevelEntitiesProvider() - Method in class io.github.pellse.assembler.CoreAssemblerConfig
 

I

io.github.pellse.assembler - package io.github.pellse.assembler
 
A C F G I 
Skip navigation links