Search Results for

    Show / Hide Table of Contents

    Struct LogicAndMaterializedValue<TMaterialized>

    TBD

    Implements
    ILogicAndMaterializedValue<TMaterialized>
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Stage
    Assembly: Akka.Streams.dll
    Syntax
    public readonly struct LogicAndMaterializedValue<TMaterialized> : ILogicAndMaterializedValue<TMaterialized>
    Type Parameters
    Name Description
    TMaterialized

    TBD

    Constructors

    | Edit this page View Source

    LogicAndMaterializedValue(GraphStageLogic, TMaterialized)

    TBD

    Declaration
    public LogicAndMaterializedValue(GraphStageLogic logic, TMaterialized materializedValue)
    Parameters
    Type Name Description
    GraphStageLogic logic

    TBD

    TMaterialized materializedValue

    TBD

    Properties

    | Edit this page View Source

    Logic

    TBD

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

    MaterializedValue

    TBD

    Declaration
    public TMaterialized MaterializedValue { get; }
    Property Value
    Type Description
    TMaterialized

    Implements

    ILogicAndMaterializedValue<TMaterialized>

    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