Search Results for

    Show / Hide Table of Contents

    Class UniformFanOutShape<TIn, TOut>

    TBD

    Inheritance
    object
    Shape
    FanOutShape<TIn>
    UniformFanOutShape<TIn, TOut>
    Implements
    ICloneable
    Inherited Members
    FanOutShape<TIn>.In
    FanOutShape<TIn>.Outlets
    FanOutShape<TIn>.Inlets
    FanOutShape<TIn>.NewOutlet<T>(string)
    FanOutShape<TIn>.DeepCopy()
    FanOutShape<TIn>.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 UniformFanOutShape<TIn, TOut> : FanOutShape<TIn>, ICloneable
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    Constructors

    | Edit this page View Source

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

    TBD

    Declaration
    public UniformFanOutShape(Inlet<TIn> inlet, params Outlet<TOut>[] outlets)
    Parameters
    Type Name Description
    Inlet<TIn> inlet

    TBD

    Outlet<TOut>[] outlets

    TBD

    | Edit this page View Source

    UniformFanOutShape(int)

    TBD

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

    TBD

    | Edit this page View Source

    UniformFanOutShape(int, IInit)

    TBD

    Declaration
    public UniformFanOutShape(int n, FanOutShape<TIn>.IInit init)
    Parameters
    Type Name Description
    int n

    TBD

    FanOutShape<TIn>.IInit init

    TBD

    | Edit this page View Source

    UniformFanOutShape(int, string)

    TBD

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

    TBD

    string name

    TBD

    Properties

    | Edit this page View Source

    Outs

    TBD

    Declaration
    public IImmutableList<Outlet<TOut>> Outs { get; }
    Property Value
    Type Description
    IImmutableList<Outlet<TOut>>

    Methods

    | Edit this page View Source

    Construct(IInit)

    TBD

    Declaration
    protected override FanOutShape<TIn> Construct(FanOutShape<TIn>.IInit init)
    Parameters
    Type Name Description
    FanOutShape<TIn>.IInit init

    TBD

    Returns
    Type Description
    FanOutShape<TIn>

    TBD

    Overrides
    FanOutShape<TIn>.Construct(FanOutShape<TIn>.IInit)
    | Edit this page View Source

    Out(int)

    TBD

    Declaration
    public Outlet<TOut> Out(int n)
    Parameters
    Type Name Description
    int n

    TBD

    Returns
    Type Description
    Outlet<TOut>

    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