| FlowTIn, TOut, TMatMapMaterializedValueTMat2 Method |
Transform the materialized value of this Flow, leaving all other properties as they were.
Namespace:
Akka.Streams.Dsl
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Flow<TIn, TOut, TMat2> MapMaterializedValue<TMat2>(
Func<TMat, TMat2> mapFunc
)
member MapMaterializedValue :
mapFunc : Func<'TMat, 'TMat2> -> Flow<'TIn, 'TOut, 'TMat2>
Parameters
- mapFunc
- Type: SystemFuncTMat, TMat2
TBD
Type Parameters
- TMat2
- TBD
Return Value
Type:
FlowTIn,
TOut,
TMat2TBD
See Also