Search Results for

    Show / Hide Table of Contents

    Class ZipWith<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>
    GraphStage<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>
    ZipWith<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>
    Implements
    IGraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>
    IGraph<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>
    IGraph<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>
    Inherited Members
    GraphStage<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStage<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>.CreateLogic(Attributes)
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.InitialAttributes
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.Shape
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.Module
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.Named(string)
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, 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 ZipWith<TIn0, TIn1, TIn2, TIn3, TIn4, TOut> : GraphStage<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>, IGraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>, IGraph<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>, IGraph<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>
    Type Parameters
    Name Description
    TIn0

    TBD

    TIn1

    TBD

    TIn2

    TBD

    TIn3

    TBD

    TIn4

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    ZipWith(Func<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>)

    TBD

    Declaration
    public ZipWith(Func<TIn0, TIn1, TIn2, TIn3, TIn4, TOut> zipper)
    Parameters
    Type Name Description
    Func<TIn0, TIn1, TIn2, TIn3, TIn4, TOut> zipper

    TBD

    Properties

    | Edit this page View Source

    In0

    TBD

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

    In1

    TBD

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

    In2

    TBD

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

    In3

    TBD

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

    In4

    TBD

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

    InitialAttributes

    TBD

    Declaration
    protected override sealed Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.InitialAttributes
    | 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 sealed FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut> Shape { get; }
    Property Value
    Type Description
    FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>
    Overrides
    GraphStageWithMaterializedValue<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>, NotUsed>.Shape
    | Edit this page View Source

    Zipper

    TBD

    Declaration
    public Func<TIn0, TIn1, TIn2, TIn3, TIn4, TOut> Zipper { get; }
    Property Value
    Type Description
    Func<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>

    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<FanInShape<TIn0, TIn1, TIn2, TIn3, TIn4, TOut>>.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