Class StreamLayout.Combine
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class StreamLayout.Combine : StreamLayout.IMaterializedValueNode
Constructors
| Edit this page View SourceCombine(Func<object, object, object>, IMaterializedValueNode, IMaterializedValueNode)
TBD
Declaration
public Combine(Func<object, object, object> combinator, StreamLayout.IMaterializedValueNode left, StreamLayout.IMaterializedValueNode right)
Parameters
Type | Name | Description |
---|---|---|
Func<object, object, object> | combinator | TBD |
StreamLayout.IMaterializedValueNode | left | TBD |
StreamLayout.IMaterializedValueNode | right | TBD |
Fields
| Edit this page View SourceCombinator
TBD
Declaration
public readonly Func<object, object, object> Combinator
Field Value
Type | Description |
---|---|
Func<object, object, object> |
Left
TBD
Declaration
public readonly StreamLayout.IMaterializedValueNode Left
Field Value
Type | Description |
---|---|
StreamLayout.IMaterializedValueNode |
Right
TBD
Declaration
public readonly StreamLayout.IMaterializedValueNode Right
Field Value
Type | Description |
---|---|
StreamLayout.IMaterializedValueNode |
Methods
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |