![]() | SubFlowImpl<TIn, TOut, TMat, TClosed> Methods |
The SubFlowImpl< TIn, TOut, TMat, TClosed> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConcatSubstream |
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>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapMaterializedValue<TMat2>(Func<TMat, TMat2>) |
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.) |
![]() | MapMaterializedValue<TMat2>(Func<TMat, TMat2>) |
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.MapMaterializedValue<TMat2>(Func<TMat, TMat2>).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MergeSubstreams |
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>.) |
![]() | MergeSubstreamsWithParallelism |
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.MergeSubstreamsWithParallelism(Int32).) |
![]() | RunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer) |
Connect this Source< TOut, TMat> to a Sink< TIn, TMat> and run it. The returned value is the materialized value
of the Sink<TIn, TMat>, e.g. the IPublisher of a Publisher<TIn>().
(Inherited from SubFlow<TOut, TMat, TClosed>.) |
![]() | RunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer) |
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.RunWith<TMat2>(IGraph<SinkShape<TOut>, TMat2>, IMaterializer).) |
![]() | To<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>.) |
![]() | To<TMat2>(IGraph<SinkShape<TOut>, TMat2>) |
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.To<TMat2>(IGraph<SinkShape<TOut>, TMat2>).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Via<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>) |
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.) |
![]() | Via<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>) |
TBD
(Overrides SubFlow<TOut, TMat, TClosed>.Via<T2, TMat2>(IGraph<FlowShape<TOut, T2>, TMat2>).) |
![]() | ViaMaterialized<T2, TMat2, TMat3>(IGraph<FlowShape<TOut, T2>, TMat2>, Func<TMat, TMat2, TMat3>) |
TBD
(Inherited from SubFlow<TOut, TMat, TClosed>.) |
![]() | ViaMaterialized<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>).) |
![]() | WithAttributes |
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).
|
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Match() | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | Match<T>() | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |