Click or drag to resize
Akka.NETSubFlowImpl<TIn, TOut, TMat, TClosed> Methods

The SubFlowImpl< TIn, TOut, TMat, TClosed> generic type exposes the following members.

Methods
  NameDescription
Public methodConcatSubstream
Flatten the sub-flows back into the super-flow by concatenating them. This is usually a bad idea when combined with GroupBy since it can easily lead to deadlock—the concatenation does not consume from the second substream until the first has finished and the GroupBy stage will get back-pressure from the second stream.
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapMaterializedValue<TMat2>(Func<TMat, TMat2>)
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodMapMaterializedValue<TMat2>(Func<TMat, TMat2>)
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.MapMaterializedValue<TMat2>(Func<TMat, TMat2>).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeSubstreams
Flatten the sub-flows back into the super-flow by performing a merge without parallelism limit (i.e. having an unbounded number of sub-flows active concurrently).
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodMergeSubstreamsWithParallelism
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.MergeSubstreamsWithParallelism(Int32).)
Public methodRunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer) (Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodRunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer)
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.RunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer).)
Public methodTo<TMat2>(IGraph<SinkShape<TOut>, TMat2>)
Attach a Sink to each sub-flow, closing the overall Graph that is being constructed.
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodTo<TMat2>(IGraph<SinkShape<TOut>, TMat2>)
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.To<TMat2>(IGraph<SinkShape<TOut>, TMat2>).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVia<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>)
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodVia<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>)
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.Via<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>).)
Public methodViaMaterialized<T2, TMat2, TMat3>(IGraph<FlowShape<TOut, T2>, TMat2>, Func<TMat, TMat2, TMat3>)
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.)
Public methodViaMaterialized<T2, TMat2, TMat3>(IGraph<FlowShape<TOut, T2>, TMat2>, Func<TMat, TMat2, TMat3>)
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.ViaMaterialized<T2, TMat2, TMat3>(IGraph<FlowShape<TOut, T2>, TMat2>, Func<TMat, TMat2, TMat3>).)
Public methodWithAttributes
Change the attributes of this Flow< TIn, TOut, TMat> to the given ones. Note that this operation has no effect on an empty Flow (because the attributes apply only to the contained processing stages).
Top
Extension Methods
See Also