| ModuleFuseT1, T2, T3 Method (IModule, OutPort, InPort, FuncT1, T2, T3) |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual IModule Fuse<T1, T2, T3>(
IModule other,
OutPort from,
InPort to,
Func<T1, T2, T3> matFunc
)
abstract Fuse :
other : IModule *
from : OutPort *
to : InPort *
matFunc : Func<'T1, 'T2, 'T3> -> IModule
override Fuse :
other : IModule *
from : OutPort *
to : InPort *
matFunc : Func<'T1, 'T2, 'T3> -> IModule
Parameters
- other
- Type: Akka.Streams.ImplementationIModule
TBD - from
- Type: Akka.StreamsOutPort
TBD - to
- Type: Akka.StreamsInPort
TBD - matFunc
- Type: SystemFuncT1, T2, T3
TBD
Type Parameters
- T1
- TBD
- T2
- TBD
- T3
- TBD
Return Value
Type:
IModuleTBD
Implements
IModuleFuseT1, T2, T3(IModule, OutPort, InPort, FuncT1, T2, T3)See Also