Click or drag to resize
Akka.NETModuleComposeT1, T2, T3 Method (IModule, 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 Compose<T1, T2, T3>(
	IModule other,
	Func<T1, T2, T3> matFunc
)

Parameters

other
Type: Akka.Streams.ImplementationIModule
TBD
matFunc
Type: SystemFuncT1, T2, T3
TBD

Type Parameters

T1
TBD
T2
TBD
T3
TBD

Return Value

Type: IModule
TBD

Implements

IModuleComposeT1, T2, T3(IModule, FuncT1, T2, T3)
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also