Search Results for

    Show / Hide Table of Contents

    Class GraphStageWithMaterializedValue<TShape, TMaterialized>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<TShape, TMaterialized>
    LastElement<T>
    Valve<T>
    TaskFlattenSource<T, M>
    TickSource<T>
    FirstOrDefault<TIn>
    LastOrDefault<TIn>
    GraphStage<TShape>
    PushPullGraphStageWithMaterializedValue<TIn, TOut, TMat>
    TestSinkStage<T, TMat>
    TestSourceStage<T, TMat>
    Implements
    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public abstract class GraphStageWithMaterializedValue<TShape, TMaterialized> : IGraphStageWithMaterializedValue<TShape, TMaterialized>, IGraph<TShape, TMaterialized>, IGraph<TShape> where TShape : Shape
    Type Parameters
    Name Description
    TShape

    TBD

    TMaterialized

    TBD

    Constructors

    | Edit this page View Source

    GraphStageWithMaterializedValue()

    TBD

    Declaration
    protected GraphStageWithMaterializedValue()

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected virtual Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    | Edit this page View Source

    Module

    TBD

    Declaration
    public IModule Module { get; }
    Property Value
    Type Description
    IModule
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public abstract TShape Shape { get; }
    Property Value
    Type Description
    TShape

    Methods

    | Edit this page View Source

    AddAttributes(Attributes)

    TBD

    Declaration
    public IGraph<TShape, TMaterialized> AddAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IGraph<TShape, TMaterialized>

    TBD

    | Edit this page View Source

    Async()

    TBD

    Declaration
    public IGraph<TShape, TMaterialized> Async()
    Returns
    Type Description
    IGraph<TShape, TMaterialized>

    TBD

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public abstract ILogicAndMaterializedValue<TMaterialized> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<TMaterialized>

    TBD

    | Edit this page View Source

    Named(string)

    TBD

    Declaration
    public IGraph<TShape, TMaterialized> Named(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Returns
    Type Description
    IGraph<TShape, TMaterialized>

    TBD

    | Edit this page View Source

    WithAttributes(Attributes)

    TBD

    Declaration
    public IGraph<TShape, TMaterialized> WithAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IGraph<TShape, TMaterialized>

    TBD

    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