public final class CommandResponse<K> extends Object
| Constructor and Description |
|---|
CommandResponse() |
| Modifier and Type | Method and Description |
|---|---|
<KR> CommandResponse<KR> |
map(java.util.function.Function<K,KR> fk) |
public <KR> CommandResponse<KR> map(java.util.function.Function<K,KR> fk)
Copyright © 2019. All rights reserved.