Search Results for

    Show / Hide Table of Contents

    Class FanInShape<TOut>

    TBD

    Inheritance
    object
    Shape
    FanInShape<TOut>
    FanInShapeN<T0, T1, TOut>
    FanInShape<T0, T1, T2, T3, T4, T5, T6, T7, T8, TOut>
    FanInShape<T0, T1, TOut>
    FanInShape<T0, T1, T2, TOut>
    FanInShape<T0, T1, T2, T3, TOut>
    FanInShape<T0, T1, T2, T3, T4, TOut>
    FanInShape<T0, T1, T2, T3, T4, T5, TOut>
    FanInShape<T0, T1, T2, T3, T4, T5, T6, TOut>
    FanInShape<T0, T1, T2, T3, T4, T5, T6, T7, TOut>
    UniformFanInShape<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 FanInShape<TOut> : Shape, ICloneable
    Type Parameters
    Name Description
    TOut

    TBD

    Constructors

    | Edit this page View Source

    FanInShape(IInit)

    TBD

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

    TBD

    | Edit this page View Source

    FanInShape(Outlet<TOut>, IEnumerable<Inlet>, string)

    TBD

    Declaration
    protected FanInShape(Outlet<TOut> outlet, IEnumerable<Inlet> registered, string name)
    Parameters
    Type Name Description
    Outlet<TOut> outlet

    TBD

    IEnumerable<Inlet> registered

    TBD

    string name

    TBD

    Properties

    | 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

    Out

    TBD

    Declaration
    public Outlet<TOut> Out { get; }
    Property Value
    Type Description
    Outlet<TOut>
    | 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 FanInShape<TOut> Construct(FanInShape<TOut>.IInit init)
    Parameters
    Type Name Description
    FanInShape<TOut>.IInit init

    TBD

    Returns
    Type Description
    FanInShape<TOut>

    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

    NewInlet<T>(string)

    TBD

    Declaration
    protected Inlet<T> NewInlet<T>(string name)
    Parameters
    Type Name Description
    string name

    TBD

    Returns
    Type Description
    Inlet<T>

    TBD

    Type Parameters
    Name Description
    T

    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