Click or drag to resize
Akka.NETSourceTOut, TMatViaMaterializedTOut2, TMat2, TMat3 Method
Transform this SourceTOut, 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
public Source<TOut2, TMat3> ViaMaterialized<TOut2, TMat2, TMat3>(
	IGraph<FlowShape<TOut, TOut2>, TMat2> flow,
	Func<TMat, TMat2, TMat3> combine
)

Parameters

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

Type Parameters

TOut2
TBD
TMat2
TBD
TMat3
TBD

Return Value

Type: SourceTOut2, TMat3
TBD
See Also