Interface ILogicAndMaterializedValue<TMaterialized>
TBD
Namespace: Akka.Streams.Stage
Assembly: Akka.Streams.dll
Syntax
public interface ILogicAndMaterializedValue<out TMaterialized>
Type Parameters
| Name | Description |
|---|---|
| TMaterialized | TBD |
Properties
| Edit this page View SourceLogic
TBD
Declaration
GraphStageLogic Logic { get; }
Property Value
| Type | Description |
|---|---|
| GraphStageLogic |
MaterializedValue
TBD
Declaration
TMaterialized MaterializedValue { get; }
Property Value
| Type | Description |
|---|---|
| TMaterialized |
Edit this page