Click or drag to resize
Akka.NETModuleFuseT1, 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.42 (1.2.3.42)
Syntax
public virtual IModule Fuse<T1, T2, T3>(
	IModule other,
	OutPort from,
	InPort to,
	Func<T1, T2, T3> matFunc
)

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: IModule
TBD

Implements

IModuleFuseT1, T2, T3(IModule, OutPort, InPort, FuncT1, T2, T3)
See Also