Search Results for

    Show / Hide Table of Contents

    Class LastElement<T>

    This stage materializes to the last element pushed before upstream completion, if any, thereby recovering from any failure. Pushed elements are just passed along.

    Inheritance
    object
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>
    LastElement<T>
    Implements
    IGraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>
    IGraph<FlowShape<T, T>, Task<Option<T>>>
    IGraph<FlowShape<T, T>>
    Inherited Members
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.InitialAttributes
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.Shape
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.Module
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.Named(string)
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public class LastElement<T> : GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>, IGraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>, IGraph<FlowShape<T, T>, Task<Option<T>>>, IGraph<FlowShape<T, T>>
    Type Parameters
    Name Description
    T

    input and output type

    Constructors

    | Edit this page View Source

    LastElement()

    Declaration
    public LastElement()

    Properties

    | Edit this page View Source

    In

    Declaration
    public Inlet<T> In { get; }
    Property Value
    Type Description
    Inlet<T>
    | Edit this page View Source

    Out

    Declaration
    public Outlet<T> Out { get; }
    Property Value
    Type Description
    Outlet<T>
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override FlowShape<T, T> Shape { get; }
    Property Value
    Type Description
    FlowShape<T, T>
    Overrides
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.Shape

    Methods

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public override ILogicAndMaterializedValue<Task<Option<T>>> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<Task<Option<T>>>

    TBD

    Overrides
    GraphStageWithMaterializedValue<FlowShape<T, T>, Task<Option<T>>>.CreateLogicAndMaterializedValue(Attributes)

    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