Click or drag to resize
Akka.NETIModuleCompose Method
Overload List
  NameDescription
Public methodCompose(IModule)
Creates a new Module which is this Module composed with that Module.
Public methodComposeT1, 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.
Top
See Also