Search Results for

    Show / Hide Table of Contents

    Class MergeSorted<T>

    Merge two pre-sorted streams such that the resulting stream is sorted.

    Emits when both inputs have an element available

    Backpressures when downstream backpressures

    Completes when all upstreams complete

    Cancels when downstream cancels
    Inheritance
    object
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>
    GraphStage<FanInShape<T, T, T>>
    MergeSorted<T>
    Implements
    IGraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>
    IGraph<FanInShape<T, T, T>, NotUsed>
    IGraph<FanInShape<T, T, T>>
    Inherited Members
    GraphStage<FanInShape<T, T, T>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class MergeSorted<T> : GraphStage<FanInShape<T, T, T>>, IGraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>, IGraph<FanInShape<T, T, T>, NotUsed>, IGraph<FanInShape<T, T, T>>
    Type Parameters
    Name Description
    T

    TBD

    Constructors

    | Edit this page View Source

    MergeSorted(Func<T, T, int>)

    Initializes a new instance of the MergeSorted<T> class.

    Declaration
    public MergeSorted(Func<T, T, int> compare)
    Parameters
    Type Name Description
    Func<T, T, int> compare

    TBD

    Fields

    | Edit this page View Source

    Left

    TBD

    Declaration
    public readonly Inlet<T> Left
    Field Value
    Type Description
    Inlet<T>
    | Edit this page View Source

    Out

    TBD

    Declaration
    public readonly Outlet<T> Out
    Field Value
    Type Description
    Outlet<T>
    | Edit this page View Source

    Right

    TBD

    Declaration
    public readonly Inlet<T> Right
    Field Value
    Type Description
    Inlet<T>

    Properties

    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override FanInShape<T, T, T> Shape { get; }
    Property Value
    Type Description
    FanInShape<T, T, T>
    Overrides
    GraphStageWithMaterializedValue<FanInShape<T, T, T>, NotUsed>.Shape

    Methods

    | Edit this page View Source

    CreateLogic(Attributes)

    TBD

    Declaration
    protected override GraphStageLogic CreateLogic(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    GraphStageLogic

    TBD

    Overrides
    GraphStage<FanInShape<T, T, T>>.CreateLogic(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