Click or drag to resize
Akka.NETFlowTIn, TOut, TMatJoin Method
Overload List
  NameDescription
Public methodJoinTIn2, TOut2, TMat2(IGraphBidiShapeTOut, TOut2, TIn2, TIn, TMat2)
TBD
Public methodJoinTMat2(IGraphFlowShapeTOut, TIn, TMat2)
Join this FlowTIn, TOut, TMat to another FlowTIn, TOut, TMat, by cross connecting the inputs and outputs, creating a IRunnableGraphTMat. The materialized value of the combined FlowTIn, TOut, TMat will be the materialized value of the current flow (ignoring the other Flow’s value), use JoinMaterializedTMat2, TMat3(IGraphFlowShapeTOut, TIn, TMat2, FuncTMat, TMat2, TMat3) if a different strategy is needed.
Top
See Also