Click or drag to resize
Akka.NETIFlowTOut, TMatViaMaterializedT2, TMat2, TMat3 Method
Transform this IFlowTOut, TMat by appending the given processing steps. The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting Flow.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IFlow<T2, TMat3> ViaMaterialized<T2, TMat2, TMat3>(
	IGraph<FlowShape<TOut, T2>, TMat2> flow,
	Func<TMat, TMat2, TMat3> combine
)

Parameters

flow
Type: Akka.StreamsIGraphFlowShapeTOut, T2, TMat2
TBD
combine
Type: SystemFuncTMat, TMat2, TMat3
TBD

Type Parameters

T2
TBD
TMat2
TBD
TMat3
TBD

Return Value

Type: IFlowT2, TMat3
TBD
See Also