Class RuleMapperSource.Builder<ID,IDC extends Collection<ID>,R>
java.lang.Object
io.github.pellse.reactive.assembler.RuleMapperSource.Builder<ID,IDC,R>
- All Implemented Interfaces:
RuleMapperSource.RuleMapperBuilder<ID,
IDC, R>
- Enclosing interface:
- RuleMapperSource<ID,
EID, IDC extends Collection<ID>, R, RRC>
public static class RuleMapperSource.Builder<ID,IDC extends Collection<ID>,R>
extends Object
implements RuleMapperSource.RuleMapperBuilder<ID,IDC,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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.pellse.reactive.assembler.RuleMapperSource.RuleMapperBuilder
pipeAndGet
-
Method Details
-
pipe
public RuleMapperSource.RuleMapperBuilder<ID,IDC, pipeR> (Function<? super RuleMapperSource<ID, ?, IDC, R, ?>, ? extends RuleMapperSource<ID, ?, IDC, R, ?>> mappingFunction) - Specified by:
pipe
in interfaceRuleMapperSource.RuleMapperBuilder<ID,
IDC extends Collection<ID>, R>
-
get
- Specified by:
get
in interfaceRuleMapperSource.RuleMapperBuilder<ID,
IDC extends Collection<ID>, R>
-