AssemblerBuilder.AssemblerImpl
public static interface AssemblerBuilder.Assembler<T,RC>
Modifier and Type | Method | Description |
---|---|---|
<C extends java.util.Collection<T>> |
assemble(C topLevelEntities) |
|
default <C extends java.util.Collection<T>> |
assembleFromSupplier(io.github.pellse.util.function.checked.CheckedSupplier<C,java.lang.Throwable> topLevelEntitiesProvider) |