Search Results for

    Show / Hide Table of Contents

    Class ZipWithN<TIn, TOut>

    Combine the elements of multiple streams into a stream of sequences using a combiner function. A ZipWithN<TIn, TOut> has a n input ports and one out port

    Emits when all of the inputs has an element available

    Backpressures when downstream backpressures

    Completes when any upstream completes

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

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    ZipWithN(Func<IImmutableList<TIn>, TOut>, int)

    Initializes a new instance of the ZipWithN<TIn, TOut> class.

    Declaration
    public ZipWithN(Func<IImmutableList<TIn>, TOut> zipper, int n)
    Parameters
    Type Name Description
    Func<IImmutableList<TIn>, TOut> zipper

    TBD

    int n

    TBD

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected override Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<UniformFanInShape<TIn, TOut>, NotUsed>.InitialAttributes
    | Edit this page View Source

    Inlets

    TBD

    Declaration
    public IImmutableList<Inlet<TIn>> Inlets { get; }
    Property Value
    Type Description
    IImmutableList<Inlet<TIn>>
    | Edit this page View Source

    Out

    TBD

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

    Shape

    TBD

    Declaration
    public override UniformFanInShape<TIn, TOut> Shape { get; }
    Property Value
    Type Description
    UniformFanInShape<TIn, TOut>
    Overrides
    GraphStageWithMaterializedValue<UniformFanInShape<TIn, TOut>, 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<UniformFanInShape<TIn, TOut>>.CreateLogic(Attributes)
    | Edit this page View Source

    In(int)

    TBD

    Declaration
    public Inlet<TIn> In(int i)
    Parameters
    Type Name Description
    int i

    TBD

    Returns
    Type Description
    Inlet<TIn>

    TBD

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    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