Search Results for

    Show / Hide Table of Contents

    Interface IGraphStageWithMaterializedValue<TShape, TMaterialized>

    TBD

    Inherited Members
    IGraph<TShape, TMaterialized>.WithAttributes(Attributes)
    IGraph<TShape, TMaterialized>.AddAttributes(Attributes)
    IGraph<TShape, TMaterialized>.Named(string)
    IGraph<TShape, TMaterialized>.Async()
    IGraph<TShape>.Shape
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public interface IGraphStageWithMaterializedValue<out TShape, out TMaterialized> : IGraph<TShape, TMaterialized>, IGraph<TShape> where TShape : Shape
    Type Parameters
    Name Description
    TShape

    TBD

    TMaterialized

    TBD

    Methods

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    ILogicAndMaterializedValue<out TMaterialized> CreateLogicAndMaterializedValue(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<TMaterialized>

    TBD

    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