Search Results for

    Show / Hide Table of Contents

    Class UnzipWith<TIn, T0, T1>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>
    GraphStage<FanOutShape<TIn, T0, T1>>
    UnzipWith<TIn, T0, T1>
    UnZip<T1, T2>
    Implements
    IGraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>
    IGraph<FanOutShape<TIn, T0, T1>, NotUsed>
    IGraph<FanOutShape<TIn, T0, T1>>
    Inherited Members
    GraphStage<FanOutShape<TIn, T0, T1>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStage<FanOutShape<TIn, T0, T1>>.CreateLogic(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.InitialAttributes
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.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 UnzipWith<TIn, T0, T1> : GraphStage<FanOutShape<TIn, T0, T1>>, IGraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>, IGraph<FanOutShape<TIn, T0, T1>, NotUsed>, IGraph<FanOutShape<TIn, T0, T1>>
    Type Parameters
    Name Description
    TIn

    TBD

    T0

    TBD

    T1

    TBD

    Constructors

    | Edit this page View Source

    UnzipWith(Func<TIn, (T0, T1)>)

    TBD

    Declaration
    public UnzipWith(Func<TIn, (T0, T1)> unzipper)
    Parameters
    Type Name Description
    Func<TIn, (T0, T1)> unzipper

    TBD

    Properties

    | Edit this page View Source

    In

    TBD

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

    InitialAttributes

    TBD

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

    Out0

    TBD

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

    Out1

    TBD

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

    Shape

    TBD

    Declaration
    public override sealed FanOutShape<TIn, T0, T1> Shape { get; }
    Property Value
    Type Description
    FanOutShape<TIn, T0, T1>
    Overrides
    GraphStageWithMaterializedValue<FanOutShape<TIn, T0, T1>, NotUsed>.Shape

    Methods

    | Edit this page View Source

    CreateLogic(Attributes)

    TBD

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

    TBD

    Returns
    Type Description
    GraphStageLogic

    TBD

    Overrides
    GraphStage<FanOutShape<TIn, T0, T1>>.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