Assembler.FromBuilderImpl
@FunctionalInterface
public static interface Assembler.FromBuilder<R>
Modifier and Type | Method | Description |
---|---|---|
default <T,ID,C extends java.util.Collection<T>> |
from(C topLevelEntities,
java.util.function.Function<T,ID> idExtractor) |
|
<T,ID,C extends java.util.Collection<T>> |
fromSupplier(io.github.pellse.util.function.checked.CheckedSupplier<C,java.lang.Throwable> topLevelEntitiesProvider,
java.util.function.Function<T,ID> idExtractor) |
default <T,ID,C extends java.util.Collection<T>> Assembler.AssembleWithBuilder<T,ID,C,R> from(C topLevelEntities, java.util.function.Function<T,ID> idExtractor)
<T,ID,C extends java.util.Collection<T>> Assembler.AssembleWithBuilder<T,ID,C,R> fromSupplier(io.github.pellse.util.function.checked.CheckedSupplier<C,java.lang.Throwable> topLevelEntitiesProvider, java.util.function.Function<T,ID> idExtractor)