Click or drag to resize
Akka.NETIFlowTOut, TMat Interface
Operations offered by Sources and Flows with a free output side: the DSL flows left-to-right only.

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IFlow<TOut, out TMat>

Type Parameters

TOut
TBD
TMat
TBD

The IFlowTOut, TMat type exposes the following members.

Methods
  NameDescription
Public methodMapMaterializedValueTMat2
Transform the materialized value of this Flow, leaving all other properties as they were.
Public methodViaT, TMat2
Transform this IFlowTOut, TMat by appending the given processing steps. The materialized value of the combined IFlowTOut, TMat will be the materialized value of the current flow (ignoring the other flow’s value), use ViaMaterializedT2, TMat2, TMat3(IGraphFlowShapeTOut, T2, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.
Public methodViaMaterializedT2, TMat2, TMat3
Transform this IFlowTOut, TMat by appending the given processing steps. The combine function is used to compose the materialized values of this flow and that flow into the materialized value of the resulting Flow.
Top
See Also