| IModuleCompose Method | 
| Name | Description | |
|---|---|---|
| Compose(IModule) | 
            Creates a new Module which is this Module composed with that Module.
              | |
| ComposeT1, T2, T3(IModule, FuncT1, T2, T3) | 
            Creates a new Module which is this Module composed with that Module,
            using the given function matFunc to compose the materialized value of `this` with
            the materialized value of that.
              |