Search Results for

    Show / Hide Table of Contents

    Class EmptyModule

    TBD

    Inheritance
    object
    Module
    EmptyModule
    Implements
    IModule
    IComparable<IModule>
    Inherited Members
    Module.InPorts
    Module.OutPorts
    Module.IsSink
    Module.IsSource
    Module.IsFlow
    Module.IsBidiFlow
    Module.IsCopied
    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.ComposeNoMaterialized(IModule)
    Module.IsSealed
    Module.Downstreams
    Module.Upstreams
    Module.CompareTo(IModule)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class EmptyModule : Module, IModule, IComparable<IModule>

    Fields

    | Edit this page View Source

    Instance

    TBD

    Declaration
    public static readonly EmptyModule Instance
    Field Value
    Type Description
    EmptyModule

    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

    IsAtomic

    TBD

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

    IsRunnable

    TBD

    Declaration
    public override bool IsRunnable { get; }
    Property Value
    Type Description
    bool
    Overrides
    Module.IsRunnable
    | 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

    Compose(IModule)

    TBD

    Declaration
    public override IModule Compose(IModule other)
    Parameters
    Type Name Description
    IModule other

    TBD

    Returns
    Type Description
    IModule

    TBD

    Overrides
    Module.Compose(IModule)
    | Edit this page View Source

    Compose<T1, T2, T3>(IModule, Func<T1, T2, T3>)

    TBD

    Declaration
    public override IModule Compose<T1, T2, T3>(IModule other, Func<T1, T2, T3> matFunc)
    Parameters
    Type Name Description
    IModule other

    TBD

    Func<T1, T2, T3> matFunc

    TBD

    Returns
    Type Description
    IModule

    TBD

    Type Parameters
    Name Description
    T1

    TBD

    T2

    TBD

    T3

    TBD

    Overrides
    Module.Compose<T1, T2, T3>(IModule, Func<T1, T2, T3>)
    Exceptions
    Type Condition
    NotSupportedException

    TBD

    | Edit this page View Source

    Nest()

    TBD

    Declaration
    public override IModule Nest()
    Returns
    Type Description
    IModule

    TBD

    Overrides
    Module.Nest()
    | 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
    NotSupportedException

    TBD

    | 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)
    Exceptions
    Type Condition
    NotSupportedException

    TBD

    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