| SubFlowImplTIn, TOut, TMat, TClosedMapMaterializedValueTMat2 Method (FuncTMat, TMat2) |
TBD
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public override IFlow<TOut, TMat2> MapMaterializedValue<TMat2>(
Func<TMat, TMat2> mapFunc
)
abstract MapMaterializedValue :
mapFunc : Func<'TMat, 'TMat2> -> IFlow<'TOut, 'TMat2>
override MapMaterializedValue :
mapFunc : Func<'TMat, 'TMat2> -> IFlow<'TOut, 'TMat2>
Parameters
- mapFunc
- Type: SystemFuncTMat, TMat2
TBD
Type Parameters
- TMat2
- TBD
Return Value
Type:
IFlowTOut,
TMat2TBD
Implements
IFlowTOut, TMatMapMaterializedValueTMat2(FuncTMat, TMat2)Exceptions See Also