Interface RuleMapperSource.RuleMapperBuilder<ID,IDC extends Collection<ID>,R>
- All Known Implementing Classes:
RuleMapperSource.Builder
- Enclosing interface:
- RuleMapperSource<ID,
EID, IDC extends Collection<ID>, R, RRC>
public static interface RuleMapperSource.RuleMapperBuilder<ID,IDC extends Collection<ID>,R>
-
Method Summary
Modifier and TypeMethodDescription<EID,
RRC> RuleMapperSource<ID, EID, IDC, R, RRC> get()
pipe
(Function<? super RuleMapperSource<ID, ?, IDC, R, ?>, ? extends RuleMapperSource<ID, ?, IDC, R, ?>> mappingFunction) default <EID,
RRC> RuleMapperSource<ID, EID, IDC, R, RRC> pipeAndGet
(Function<? super RuleMapperSource<ID, ?, IDC, R, ?>, ? extends RuleMapperSource<ID, ?, IDC, R, ?>> mappingFunction)
-
Method Details
-
pipe
RuleMapperSource.RuleMapperBuilder<ID,IDC, pipeR> (Function<? super RuleMapperSource<ID, ?, IDC, R, ?>, ? extends RuleMapperSource<ID, ?, IDC, R, ?>> mappingFunction) -
get
-
pipeAndGet
default <EID,RRC> RuleMapperSource<ID,EID, pipeAndGetIDC, R, RRC> (Function<? super RuleMapperSource<ID, ?, IDC, R, ?>, ? extends RuleMapperSource<ID, ?, IDC, R, ?>> mappingFunction)
-