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

    | Improve this Doc View Source

    FanOutShape(FanOutShape<TIn>.IInit)

    TBD

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

    TBD

    | Improve this Doc 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

    | Improve this Doc View Source

    In

    TBD

    Declaration
    public Inlet<TIn> In { get; }
    Property Value
    Type Description
    Inlet<TIn>
    | Improve this Doc View Source

    Inlets

    TBD

    Declaration
    public override ImmutableArray<Inlet> Inlets { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<Inlet>
    Overrides
    Shape.Inlets
    | Improve this Doc View Source

    Outlets

    TBD

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

    Methods

    | Improve this Doc View Source

    Construct(FanOutShape<TIn>.IInit)

    TBD

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

    TBD

    Returns
    Type Description
    FanOutShape<TIn>

    TBD

    | Improve this Doc View Source

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

    TBD

    Declaration
    public sealed override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableArray<Inlet> inlets

    TBD

    System.Collections.Immutable.ImmutableArray<Outlet> outlets

    TBD

    Returns
    Type Description
    Shape

    TBD

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

    TBD

    | Improve this Doc View Source

    DeepCopy()

    TBD

    Declaration
    public override Shape DeepCopy()
    Returns
    Type Description
    Shape

    TBD

    Overrides
    Shape.DeepCopy()
    | Improve this Doc 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
    • githubImprove this Doc
    • 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