Search Results for

    Show / Hide Table of Contents

    Class FanInShape<T0, T1, T2, T3, T4, T5, TOut>

    TBD

    Inheritance
    object
    Shape
    FanInShape<TOut>
    FanInShape<T0, T1, T2, T3, T4, T5, TOut>
    Implements
    ICloneable
    Inherited Members
    FanInShape<TOut>.NewInlet<T>(string)
    FanInShape<TOut>.Inlets
    FanInShape<TOut>.Outlets
    FanInShape<TOut>.Out
    FanInShape<TOut>.DeepCopy()
    FanInShape<TOut>.CopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
    Shape.HasSamePortsAs(Shape)
    Shape.HasSamePortsAndShapeAs(Shape)
    Shape.Clone()
    Shape.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public class FanInShape<T0, T1, T2, T3, T4, T5, TOut> : FanInShape<TOut>, ICloneable
    Type Parameters
    Name Description
    T0

    TBD

    T1

    TBD

    T2

    TBD

    T3

    TBD

    T4

    TBD

    T5

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    FanInShape(IInit)

    TBD

    Declaration
    public FanInShape(FanInShape<TOut>.IInit init)
    Parameters
    Type Name Description
    FanInShape<TOut>.IInit init

    TBD

    | Edit this page View Source

    FanInShape(Outlet<TOut>, Inlet<T0>, Inlet<T1>, Inlet<T2>, Inlet<T3>, Inlet<T4>, Inlet<T5>)

    TBD

    Declaration
    public FanInShape(Outlet<TOut> outlet, Inlet<T0> in0, Inlet<T1> in1, Inlet<T2> in2, Inlet<T3> in3, Inlet<T4> in4, Inlet<T5> in5)
    Parameters
    Type Name Description
    Outlet<TOut> outlet

    TBD

    Inlet<T0> in0

    TBD

    Inlet<T1> in1

    TBD

    Inlet<T2> in2

    TBD

    Inlet<T3> in3

    TBD

    Inlet<T4> in4

    TBD

    Inlet<T5> in5

    TBD

    | Edit this page View Source

    FanInShape(string)

    TBD

    Declaration
    public FanInShape(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Fields

    | Edit this page View Source

    In0

    TBD

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

    In1

    TBD

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

    In2

    TBD

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

    In3

    TBD

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

    In4

    TBD

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

    In5

    TBD

    Declaration
    public readonly Inlet<T5> In5
    Field Value
    Type Description
    Inlet<T5>

    Methods

    | Edit this page View Source

    Construct(IInit)

    TBD

    Declaration
    protected override FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)
    Parameters
    Type Name Description
    FanInShape<TOut>.IInit init

    TBD

    Returns
    Type Description
    FanInShape<TOut>

    TBD

    Overrides
    FanInShape<TOut>.Construct(FanInShape<TOut>.IInit)

    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