Search Results for

    Show / Hide Table of Contents

    Class UnZip<T1, T2>

    Takes a stream of pair elements and splits each pair to two output streams.

    An UnZip<T1, T2> has one in port and one left and one right output port.

    Emits when all of the outputs stops backpressuring and there is an input element available

    Backpressures when any of the outputs backpressure

    Completes when upstream completes

    Cancels when any downstream cancels
    Inheritance
    object
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>
    GraphStage<FanOutShape<KeyValuePair<T1, T2>, T1, T2>>
    UnzipWith<KeyValuePair<T1, T2>, T1, T2>
    UnZip<T1, T2>
    Implements
    IGraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>
    IGraph<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>
    IGraph<FanOutShape<KeyValuePair<T1, T2>, T1, T2>>
    Inherited Members
    UnzipWith<KeyValuePair<T1, T2>, T1, T2>.In
    UnzipWith<KeyValuePair<T1, T2>, T1, T2>.Out0
    UnzipWith<KeyValuePair<T1, T2>, T1, T2>.Out1
    UnzipWith<KeyValuePair<T1, T2>, T1, T2>.Shape
    GraphStage<FanOutShape<KeyValuePair<T1, T2>, T1, T2>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanOutShape<KeyValuePair<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 UnZip<T1, T2> : UnzipWith<KeyValuePair<T1, T2>, T1, T2>, IGraphStageWithMaterializedValue<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>, IGraph<FanOutShape<KeyValuePair<T1, T2>, T1, T2>, NotUsed>, IGraph<FanOutShape<KeyValuePair<T1, T2>, T1, T2>>
    Type Parameters
    Name Description
    T1

    TBD

    T2

    TBD

    Constructors

    | Edit this page View Source

    UnZip()

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

    Declaration
    public UnZip()

    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