K - the aggregate keyC - all commands for this aggregatepublic final class CommandRequest<K,C> extends Object
| Constructor and Description | 
|---|
CommandRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
<KR,CR> CommandRequest<KR,CR> | 
map2(java.util.function.Function<K,KR> fk,
    java.util.function.Function<C,CR> fc)  | 
public <KR,CR> CommandRequest<KR,CR> map2(java.util.function.Function<K,KR> fk, java.util.function.Function<C,CR> fc)
Copyright © 2019. All rights reserved.