 | SubFlowImpl<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)
Syntaxpublic 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: 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
See Also