Search Results for

    Show / Hide Table of Contents

    Class CopiedModule

    TBD

    Inheritance
    object
    Module
    CopiedModule
    Implements
    IModule
    IComparable<IModule>
    Inherited Members
    Module.InPorts
    Module.OutPorts
    Module.IsRunnable
    Module.IsSink
    Module.IsSource
    Module.IsFlow
    Module.IsBidiFlow
    Module.IsAtomic
    Module.IsFused
    Module.Fuse(IModule, OutPort, InPort)
    Module.Fuse<T1, T2, T3>(IModule, OutPort, InPort, Func<T1, T2, T3>)
    Module.Wire(OutPort, InPort)
    Module.TransformMaterializedValue<TMat, TMat2>(Func<TMat, TMat2>)
    Module.Compose(IModule)
    Module.Compose<T1, T2, T3>(IModule, Func<T1, T2, T3>)
    Module.ComposeNoMaterialized(IModule)
    Module.Nest()
    Module.IsSealed
    Module.Downstreams
    Module.Upstreams
    Module.CompareTo(IModule)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class CopiedModule : Module, IModule, IComparable<IModule>

    Constructors

    | Edit this page View Source

    CopiedModule(Shape, Attributes, IModule)

    TBD

    Declaration
    public CopiedModule(Shape shape, Attributes attributes, IModule copyOf)
    Parameters
    Type Name Description
    Shape shape

    TBD

    Attributes attributes

    TBD

    IModule copyOf

    TBD

    Properties

    | Edit this page View Source

    Attributes

    TBD

    Declaration
    public override Attributes Attributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    Module.Attributes
    | Edit this page View Source

    CopyOf

    TBD

    Declaration
    public IModule CopyOf { get; }
    Property Value
    Type Description
    IModule
    | Edit this page View Source

    IsCopied

    TBD

    Declaration
    public override bool IsCopied { get; }
    Property Value
    Type Description
    bool
    Overrides
    Module.IsCopied
    | Edit this page View Source

    MaterializedValueComputation

    TBD

    Declaration
    public override StreamLayout.IMaterializedValueNode MaterializedValueComputation { get; }
    Property Value
    Type Description
    StreamLayout.IMaterializedValueNode
    Overrides
    Module.MaterializedValueComputation
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override Shape Shape { get; }
    Property Value
    Type Description
    Shape
    Overrides
    Module.Shape
    | Edit this page View Source

    SubModules

    TBD

    Declaration
    public override ImmutableArray<IModule> SubModules { get; }
    Property Value
    Type Description
    ImmutableArray<IModule>
    Overrides
    Module.SubModules

    Methods

    | Edit this page View Source

    CarbonCopy()

    TBD

    Declaration
    public override IModule CarbonCopy()
    Returns
    Type Description
    IModule

    TBD

    Overrides
    Module.CarbonCopy()
    | Edit this page View Source

    ReplaceShape(Shape)

    TBD

    Declaration
    public override IModule ReplaceShape(Shape shape)
    Parameters
    Type Name Description
    Shape shape

    TBD

    Returns
    Type Description
    IModule

    TBD

    Overrides
    Module.ReplaceShape(Shape)
    Exceptions
    Type Condition
    ArgumentException

    TBD

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    | Edit this page View Source

    WithAttributes(Attributes)

    TBD

    Declaration
    public override IModule WithAttributes(Attributes attributes)
    Parameters
    Type Name Description
    Attributes attributes

    TBD

    Returns
    Type Description
    IModule

    TBD

    Overrides
    Module.WithAttributes(Attributes)

    Implements

    IModule
    IComparable<T>

    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