Search Results for

    Show / Hide Table of Contents

    Class UniformFanInShape<TIn, TOut>

    TBD

    Inheritance
    object
    Shape
    FanInShape<TOut>
    UniformFanInShape<TIn, TOut>
    MergePreferred<T>.MergePreferredShape
    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 UniformFanInShape<TIn, TOut> : FanInShape<TOut>, ICloneable
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

    UniformFanInShape(Outlet<TOut>, params Inlet<TIn>[])

    TBD

    Declaration
    public UniformFanInShape(Outlet<TOut> outlet, params Inlet<TIn>[] inlets)
    Parameters
    Type Name Description
    Outlet<TOut> outlet

    TBD

    Inlet<TIn>[] inlets

    TBD

    | Edit this page View Source

    UniformFanInShape(int)

    TBD

    Declaration
    public UniformFanInShape(int n)
    Parameters
    Type Name Description
    int n

    TBD

    | Edit this page View Source

    UniformFanInShape(int, IInit)

    TBD

    Declaration
    public UniformFanInShape(int n, FanInShape<TOut>.IInit init)
    Parameters
    Type Name Description
    int n

    TBD

    FanInShape<TOut>.IInit init

    TBD

    | Edit this page View Source

    UniformFanInShape(int, string)

    TBD

    Declaration
    public UniformFanInShape(int n, string name)
    Parameters
    Type Name Description
    int n

    TBD

    string name

    TBD

    Fields

    | Edit this page View Source

    N

    TBD

    Declaration
    public readonly int N
    Field Value
    Type Description
    int

    Properties

    | Edit this page View Source

    Ins

    TBD

    Declaration
    public IImmutableList<Inlet<TIn>> Ins { get; }
    Property Value
    Type Description
    IImmutableList<Inlet<TIn>>

    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)
    | Edit this page View Source

    In(int)

    TBD

    Declaration
    public Inlet<TIn> In(int n)
    Parameters
    Type Name Description
    int n

    TBD

    Returns
    Type Description
    Inlet<TIn>

    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