Func Arguments
These methods specify the arguments of the Flow Func.
| Method | Description |
|---|---|
| inputAs(String) | Rename first argument |
| inputAs(String, String) | Rename first two arguments |
| inputAs(String, String, String) | Rename first three arguments |
| inputAs(List | Rename the givne arguments |