Package io.github.pellse.assembler
Interface AssemblerBuilder.WithIdExtractorBuilder<R>
-
- All Known Implementing Classes:
AssemblerBuilder.WithIdExtractorBuilderImpl
- Enclosing interface:
- AssemblerBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface AssemblerBuilder.WithIdExtractorBuilder<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T,ID>
AssemblerBuilder.WithAssemblerRulesBuilder<T,ID,R>withIdExtractor(java.util.function.Function<T,ID> idExtractor)
-
-
-
Method Detail
-
withIdExtractor
<T,ID> AssemblerBuilder.WithAssemblerRulesBuilder<T,ID,R> withIdExtractor(java.util.function.Function<T,ID> idExtractor)
-
-