Click or drag to resize
Akka.NETIRunnableGraphTMatMapMaterializedValueTMat2 Method
Transform only the materialized value of this RunnableGraph, leaving all other properties as they were.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IRunnableGraph<TMat2> MapMaterializedValue<TMat2>(
	Func<TMat, TMat2> func
)

Parameters

func
Type: SystemFuncTMat, TMat2
TBD

Type Parameters

TMat2
TBD

Return Value

Type: IRunnableGraphTMat2
TBD
See Also