Click or drag to resize
Akka.NETSubFlowImpl<TIn, TOut, TMat, TClosed>.MapMaterializedValue<TMat2> Method (Func<TMat, TMat2>)
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override IFlow<TOut, TMat2> MapMaterializedValue<TMat2>(
	Func<TMat, TMat2> mapFunc
)

Parameters

mapFunc
Type: System.Func<TMat, TMat2>
TBD

Type Parameters

TMat2
TBD

Return Value

Type: IFlow<TOut, TMat2>
TBD

Implements

IFlow<TOut, TMat>.MapMaterializedValue<TMat2>(Func<TMat, TMat2>)
Exceptions
ExceptionCondition
NotImplementedExceptionTBD
See Also