Interface ICommandTransformer
Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface ICommandTransformer
Methods
| Improve this Doc View SourceTransform<TCommand>(TCommand)
Declaration
TCommand Transform<TCommand>(TCommand input)
Parameters
Type | Name | Description |
---|---|---|
TCommand | input |
Returns
Type | Description |
---|---|
TCommand |
Type Parameters
Name | Description |
---|---|
TCommand |