Search Results for

    Show / Hide Table of Contents

    Class RunnableGraph

    TBD

    Inheritance
    object
    RunnableGraph
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public static class RunnableGraph

    Methods

    | Edit this page View Source

    FromGraph<TMat>(IGraph<ClosedShape, TMat>)

    A graph with a closed shape is logically a runnable graph, this method makes it so also in type.

    Declaration
    public static RunnableGraph<TMat> FromGraph<TMat>(IGraph<ClosedShape, TMat> g)
    Parameters
    Type Name Description
    IGraph<ClosedShape, TMat> g

    TBD

    Returns
    Type Description
    RunnableGraph<TMat>

    TBD

    Type Parameters
    Name Description
    TMat

    TBD

    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