Search Results for

    Show / Hide Table of Contents

    Class TaskFlattenSource<T, M>

    TBD

    Inheritance
    object
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>
    TaskFlattenSource<T, M>
    Implements
    IGraphStageWithMaterializedValue<SourceShape<T>, Task<M>>
    IGraph<SourceShape<T>, Task<M>>
    IGraph<SourceShape<T>>
    Inherited Members
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.Shape
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.WithAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.CreateLogicAndMaterializedValue(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.Module
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.AddAttributes(Attributes)
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.Named(string)
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.Async()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Implementation.Fusing
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class TaskFlattenSource<T, M> : GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>, IGraphStageWithMaterializedValue<SourceShape<T>, Task<M>>, IGraph<SourceShape<T>, Task<M>>, IGraph<SourceShape<T>>
    Type Parameters
    Name Description
    T

    TBD

    M

    TBD

    Constructors

    | Edit this page View Source

    TaskFlattenSource(Task<Source<T, M>>)

    Declaration
    public TaskFlattenSource(Task<Source<T, M>> taskSource)
    Parameters
    Type Name Description
    Task<Source<T, M>> taskSource

    Fields

    | Edit this page View Source

    Outlet

    Declaration
    public readonly Outlet<T> Outlet
    Field Value
    Type Description
    Outlet<T>

    Properties

    | Edit this page View Source

    InitialAttributes

    TBD

    Declaration
    protected override Attributes InitialAttributes { get; }
    Property Value
    Type Description
    Attributes
    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.InitialAttributes
    | Edit this page View Source

    Shape

    TBD

    Declaration
    public override SourceShape<T> Shape { get; }
    Property Value
    Type Description
    SourceShape<T>
    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.Shape

    Methods

    | Edit this page View Source

    CreateLogicAndMaterializedValue(Attributes)

    TBD

    Declaration
    public override ILogicAndMaterializedValue<Task<M>> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
    Parameters
    Type Name Description
    Attributes inheritedAttributes

    TBD

    Returns
    Type Description
    ILogicAndMaterializedValue<Task<M>>

    TBD

    Overrides
    GraphStageWithMaterializedValue<SourceShape<T>, Task<M>>.CreateLogicAndMaterializedValue(Attributes)
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IGraphStageWithMaterializedValue<TShape, TMaterialized>
    IGraph<TShape, TMaterialized>
    IGraph<TShape>

    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