Click or drag to resize
Akka.NETModule.Compose<T1, T2, T3> Method (IModule, Func<T1, 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.Implementation.IModule
TBD
matFunc
Type: System.Func<T1, T2, T3>
TBD

Type Parameters

T1
TBD
T2
TBD
T3
TBD

Return Value

Type: IModule
TBD

Implements

IModule.Compose<T1, T2, T3>(IModule, Func<T1, T2, T3>)
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also