Class StreamLayout.Combine
TBD
Implements
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public sealed class Combine : StreamLayout.IMaterializedValueNode
Constructors
| Improve this Doc View SourceCombine(Func<Object, Object, Object>, StreamLayout.IMaterializedValueNode, StreamLayout.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
| Improve this Doc 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
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |