Search Results for

    Show / Hide Table of Contents

    Class PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>
    PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat>
    PushPullGraphStage<TIn, TOut>
    Implements
    IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>
    IGraph<FlowShape<TIn, TOut>, TMat>
    IGraph<FlowShape<TIn, TOut>>
    Inherited Members
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.InitialAttributes
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.Shape
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.Module
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.Named(string)
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public class PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat> : GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>, IGraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>, IGraph<FlowShape<TIn, TOut>, TMat>, IGraph<FlowShape<TIn, TOut>>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    TMat

    TBD

    Constructors

    | Edit this page View Source

    PushPullGraphStageWithMaterializedValue(Func<Attributes, (IStage<TIn, TOut>, TMat)>, Attributes)

    TBD

    Declaration
    public PushPullGraphStageWithMaterializedValue(Func<Attributes, (IStage<TIn, TOut>, TMat)> factory, Attributes stageAttributes)
    Parameters
    Type Name Description
    Func<Attributes, (IStage<TIn, TOut>, TMat)> factory

    TBD

    Attributes stageAttributes

    TBD

    Fields

    | Edit this page View Source

    Factory

    TBD

    Declaration
    public readonly Func<Attributes, (IStage<TIn, TOut>, TMat)> Factory
    Field Value
    Type Description
    Func<Attributes, (IStage<TIn, TOut>, TMat)>

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected override Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.InitialAttributes
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override FlowShape<TIn, TOut> Shape { get; }
    Property Value
    Type Description
    FlowShape<TIn, TOut>
    Overrides
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.Shape

    Methods

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public override ILogicAndMaterializedValue<TMat> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<TMat>

    TBD

    Overrides
    GraphStageWithMaterializedValue<FlowShape<TIn, TOut>, TMat>.CreateLogicAndMaterializedValue(Attributes)
    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override sealed string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET