Search Results for

    Show / Hide Table of Contents

    Class Zip<T1, T2>

    Combine the elements of 2 streams into a stream of tuples.

    A Zip<T1, T2> has a left and a right input port 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<FanInShape<T1, T2, (T1, T2)>, NotUsed>
    GraphStage<FanInShape<T1, T2, (T1, T2)>>
    ZipWith<T1, T2, (T1, T2)>
    Zip<T1, T2>
    Implements
    IGraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>
    IGraph<FanInShape<T1, T2, (T1, T2)>, NotUsed>
    IGraph<FanInShape<T1, T2, (T1, T2)>>
    Inherited Members
    ZipWith<T1, T2, (T1, T2)>.Out
    ZipWith<T1, T2, (T1, T2)>.In0
    ZipWith<T1, T2, (T1, T2)>.In1
    ZipWith<T1, T2, (T1, T2)>.Shape
    ZipWith<T1, T2, (T1, T2)>.Zipper
    GraphStage<FanInShape<T1, T2, (T1, T2)>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class Zip<T1, T2> : ZipWith<T1, T2, (T1, T2)>, IGraphStageWithMaterializedValue<FanInShape<T1, T2, (T1, T2)>, NotUsed>, IGraph<FanInShape<T1, T2, (T1, T2)>, NotUsed>, IGraph<FanInShape<T1, T2, (T1, T2)>>
    Type Parameters
    Name Description
    T1

    TBD

    T2

    TBD

    Constructors

    | Edit this page View Source

    Zip()

    Initializes a new instance of the Zip<T1, T2> class.

    Declaration
    public Zip()

    Methods

    | 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