| IModuleFuse Method |
| Name | Description | |
|---|---|---|
| Fuse(IModule, OutPort, InPort) |
Fuses this Module to that Module by wiring together from and to,
retaining the materialized value of `this` in the result
| |
| FuseT1, T2, T3(IModule, OutPort, InPort, FuncT1, T2, T3) |
Fuses this Module to that Module by wiring together from and to,
retaining the materialized value of `this` in the result, using the provided function matFunc.
|