Search Results for

    Show / Hide Table of Contents

    Class FanOutShape<TIn>

    TBD

    Inheritance
    object
    Shape
    FanOutShape<TIn>
    FanOutShape<TIn, T0, T1, T2, T3, T4, T5, T6, T7, T8>
    FanOutShape<TIn, T0, T1>
    FanOutShape<TIn, T0, T1, T2>
    FanOutShape<TIn, T0, T1, T2, T3>
    FanOutShape<TIn, T0, T1, T2, T3, T4>
    FanOutShape<TIn, T0, T1, T2, T3, T4, T5>
    FanOutShape<TIn, T0, T1, T2, T3, T4, T5, T6>
    FanOutShape<TIn, T0, T1, T2, T3, T4, T5, T6, T7>
    UniformFanOutShape<TIn, TOut>
    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.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams
    Assembly: Akka.Streams.dll
    Syntax
    public abstract class FanOutShape<TIn> : Shape, ICloneable
    Type Parameters
    Name Description
    TIn

    TBD

    Constructors

    | Edit this page View Source

    FanOutShape(IInit)

    TBD

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

    TBD

    | Edit this page View Source

    FanOutShape(Inlet<TIn>, IEnumerable<Outlet>, string)

    TBD

    Declaration
    protected FanOutShape(Inlet<TIn> inlet, IEnumerable<Outlet> registered, string name)
    Parameters
    Type Name Description
    Inlet<TIn> inlet

    TBD

    IEnumerable<Outlet> registered

    TBD

    string name

    TBD

    Properties

    | Edit this page View Source

    In

    TBD

    Declaration
    public Inlet<TIn> In { get; }
    Property Value
    Type Description
    Inlet<TIn>
    | 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

    Construct(IInit)

    TBD

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

    TBD

    Returns
    Type Description
    FanOutShape<TIn>

    TBD

    | Edit this page View Source

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

    TBD

    Declaration
    public override sealed 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

    TBD

    | 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

    NewOutlet<T>(string)

    TBD

    Declaration
    protected Outlet<T> NewOutlet<T>(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Returns
    Type Description
    Outlet<T>

    TBD

    Type Parameters
    Name Description
    T

    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