Search Results for

    Show / Hide Table of Contents

    Class ForwardOps

    TBD

    Inheritance
    object
    ForwardOps
    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 ForwardOps

    Methods

    | Edit this page View Source

    To<TIn, TOut, TMat>(ForwardOps<TOut, TMat>, FlowShape<TIn, TOut>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, FlowShape<TIn, TOut> flow) where TIn : TOut
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut, TMat> ops

    TBD

    FlowShape<TIn, TOut> flow

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    TMat

    TBD

    | Edit this page View Source

    To<TIn, TOut, TMat>(ForwardOps<TOut, TMat>, Inlet<TIn>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, Inlet<TIn> inlet) where TIn : TOut
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut, TMat> ops

    TBD

    Inlet<TIn> inlet

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    TMat

    TBD

    | Edit this page View Source

    To<TIn, TOut, TMat>(ForwardOps<TOut, TMat>, SinkShape<TIn>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat>(this GraphDsl.ForwardOps<TOut, TMat> ops, SinkShape<TIn> sink) where TIn : TOut
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut, TMat> ops

    TBD

    SinkShape<TIn> sink

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    TMat

    TBD

    | Edit this page View Source

    To<TIn, TOut, TMat, TMat2>(ForwardOps<TOut, TMat>, IGraph<SinkShape<TIn>, TMat2>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut, TMat, TMat2>(this GraphDsl.ForwardOps<TOut, TMat> ops, IGraph<SinkShape<TIn>, TMat2> sink) where TIn : TOut
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut, TMat> ops

    TBD

    IGraph<SinkShape<TIn>, TMat2> sink

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    TMat

    TBD

    TMat2

    TBD

    | Edit this page View Source

    To<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanInShape<TIn, TOut2> junction) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    UniformFanInShape<TIn, TOut2> junction

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    TMat

    TBD

    | Edit this page View Source

    To<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)

    TBD

    Declaration
    public static GraphDsl.Builder<TMat> To<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanOutShape<TIn, TOut2> junction) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    UniformFanOutShape<TIn, TOut2> junction

    TBD

    Returns
    Type Description
    GraphDsl.Builder<TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    TMat

    TBD

    Exceptions
    Type Condition
    ArgumentException

    TBD

    | Edit this page View Source

    Via<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, FlowShape<TIn, TOut2>)

    TBD

    Declaration
    public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, FlowShape<TIn, TOut2> flow) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    FlowShape<TIn, TOut2> flow

    TBD

    Returns
    Type Description
    GraphDsl.ForwardOps<TOut2, TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    TMat

    TBD

    | Edit this page View Source

    Via<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, IGraph<FlowShape<TIn, TOut2>, NotUsed>)

    TBD

    Declaration
    public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, IGraph<FlowShape<TIn, TOut2>, NotUsed> flow) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    IGraph<FlowShape<TIn, TOut2>, NotUsed> flow

    TBD

    Returns
    Type Description
    GraphDsl.ForwardOps<TOut2, TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    TMat

    TBD

    | Edit this page View Source

    Via<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)

    TBD

    Declaration
    public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanInShape<TIn, TOut2> junction) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    UniformFanInShape<TIn, TOut2> junction

    TBD

    Returns
    Type Description
    GraphDsl.ForwardOps<TOut2, TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    TMat

    TBD

    | Edit this page View Source

    Via<TIn, TOut1, TOut2, TMat>(ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)

    TBD

    Declaration
    public static GraphDsl.ForwardOps<TOut2, TMat> Via<TIn, TOut1, TOut2, TMat>(this GraphDsl.ForwardOps<TOut1, TMat> ops, UniformFanOutShape<TIn, TOut2> junction) where TIn : TOut1
    Parameters
    Type Name Description
    GraphDsl.ForwardOps<TOut1, TMat> ops

    TBD

    UniformFanOutShape<TIn, TOut2> junction

    TBD

    Returns
    Type Description
    GraphDsl.ForwardOps<TOut2, TMat>

    TBD

    Type Parameters
    Name Description
    TIn

    TBD

    TOut1

    TBD

    TOut2

    TBD

    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