Search Results for

    Show / Hide Table of Contents

    Class BidiShape<TIn1, TOut1, TIn2, TOut2>

    A bidirectional flow of elements that consequently has two inputs and two outputs.

    Inheritance
    object
    Shape
    BidiShape<TIn1, TOut1, TIn2, TOut2>
    Implements
    ICloneable
    Inherited Members
    Shape.HasSamePortsAs(Shape)
    Shape.HasSamePortsAndShapeAs(Shape)
    Shape.Clone()
    Shape.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class BidiShape<TIn1, TOut1, TIn2, TOut2> : Shape, ICloneable
    Type Parameters
    Name Description
    TIn1

    TBD

    TOut1

    TBD

    TIn2

    TBD

    TOut2

    TBD

    Constructors

    | Edit this page View Source

    BidiShape(FlowShape<TIn1, TOut1>, FlowShape<TIn2, TOut2>)

    TBD

    Declaration
    public BidiShape(FlowShape<TIn1, TOut1> top, FlowShape<TIn2, TOut2> bottom)
    Parameters
    Type Name Description
    FlowShape<TIn1, TOut1> top

    TBD

    FlowShape<TIn2, TOut2> bottom

    TBD

    | Edit this page View Source

    BidiShape(Inlet<TIn1>, Outlet<TOut1>, Inlet<TIn2>, Outlet<TOut2>)

    TBD

    Declaration
    public BidiShape(Inlet<TIn1> in1, Outlet<TOut1> out1, Inlet<TIn2> in2, Outlet<TOut2> out2)
    Parameters
    Type Name Description
    Inlet<TIn1> in1

    TBD

    Outlet<TOut1> out1

    TBD

    Inlet<TIn2> in2

    TBD

    Outlet<TOut2> out2

    TBD

    Exceptions
    Type Condition
    ArgumentNullException

    This exception is thrown when either the specified in1, out1, in2, or out2 is undefined.

    Fields

    | Edit this page View Source

    Inlet1

    TBD

    Declaration
    public readonly Inlet<TIn1> Inlet1
    Field Value
    Type Description
    Inlet<TIn1>
    | Edit this page View Source

    Inlet2

    TBD

    Declaration
    public readonly Inlet<TIn2> Inlet2
    Field Value
    Type Description
    Inlet<TIn2>
    | Edit this page View Source

    Outlet1

    TBD

    Declaration
    public readonly Outlet<TOut1> Outlet1
    Field Value
    Type Description
    Outlet<TOut1>
    | Edit this page View Source

    Outlet2

    TBD

    Declaration
    public readonly Outlet<TOut2> Outlet2
    Field Value
    Type Description
    Outlet<TOut2>

    Properties

    | Edit this page View Source

    Inlets

    TBD

    Declaration
    public override ImmutableArray<Inlet> Inlets { get; }
    Property Value
    Type Description
    ImmutableArray<Inlet>
    Overrides
    Shape.Inlets
    | Edit this page View Source

    Outlets

    TBD

    Declaration
    public override ImmutableArray<Outlet> Outlets { get; }
    Property Value
    Type Description
    ImmutableArray<Outlet>
    Overrides
    Shape.Outlets

    Methods

    | Edit this page View Source

    CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)

    TBD

    Declaration
    public override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
    Parameters
    Type Name Description
    ImmutableArray<Inlet> inlets

    TBD

    ImmutableArray<Outlet> outlets

    TBD

    Returns
    Type Description
    Shape

    TBD

    Overrides
    Shape.CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown when the size of the specified inlets array is two or the size of the specified outlets array is two.

    | Edit this page View Source

    DeepCopy()

    TBD

    Declaration
    public override Shape DeepCopy()
    Returns
    Type Description
    Shape

    TBD

    Overrides
    Shape.DeepCopy()
    | Edit this page View Source

    Reversed()

    TBD

    Declaration
    public Shape Reversed()
    Returns
    Type Description
    Shape

    TBD

    Implements

    ICloneable

    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