![]() | FanOutShape<TIn> Class |
Namespace: Akka.Streams
The FanOutShape< TIn> type exposes the following members.
Name | Description | |
---|---|---|
![]() | FanOutShape<TIn>(FanOutShape<TIn>.IInit) |
TBD
|
![]() | FanOutShape<TIn>(Inlet<TIn>, IEnumerable<Outlet>, String) |
TBD
|
Name | Description | |
---|---|---|
![]() | In |
TBD
|
![]() | Inlets |
TBD
(Overrides Shape.Inlets.) |
![]() | Outlets |
TBD
(Overrides Shape.Outlets.) |
Name | Description | |
---|---|---|
![]() | Clone |
TBD
(Inherited from Shape.) |
![]() | Construct |
TBD
|
![]() | CopyFromPorts |
TBD
(Overrides Shape.CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>).) |
![]() | DeepCopy |
TBD
(Overrides Shape.DeepCopy().) |
![]() | 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.) |
![]() | HasSamePortsAndShapeAs |
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
(Inherited from Shape.) |
![]() | HasSamePortsAs |
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
(Inherited from Shape.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewOutlet<T> |
TBD
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Shape.) |
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.) |