Search Results for

    Show / Hide Table of Contents

    Class GraphDsl.ForwardOps<TOut, TMat>

    TBD

    Inheritance
    object
    GraphDsl.ForwardOps<TOut, TMat>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class GraphDsl.ForwardOps<TOut, TMat>
    Type Parameters
    Name Description
    TOut

    TBD

    TMat

    TBD

    Constructors

    | Edit this page View Source

    ForwardOps(Builder<TMat>, Outlet<TOut>)

    TBD

    Declaration
    public ForwardOps(GraphDsl.Builder<TMat> builder, Outlet<TOut> outlet)
    Parameters
    Type Name Description
    GraphDsl.Builder<TMat> builder

    TBD

    Outlet<TOut> outlet

    TBD

    Properties

    | Edit this page View Source

    Out

    TBD

    Declaration
    public Outlet<TOut> Out { get; }
    Property Value
    Type Description
    Outlet<TOut>

    Extension Methods

    ForwardOps.To<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, FlowShape<TIn, TOut>)
    ForwardOps.To<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, Inlet<TIn>)
    ForwardOps.To<TIn, TOut, TMat>(GraphDsl.ForwardOps<TOut, TMat>, SinkShape<TIn>)
    ForwardOps.To<TIn, TOut, TMat, TMat2>(GraphDsl.ForwardOps<TOut, TMat>, IGraph<SinkShape<TIn>, TMat2>)
    ForwardOps.To<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)
    ForwardOps.To<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)
    ForwardOps.Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, FlowShape<TIn, TOut2>)
    ForwardOps.Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, IGraph<FlowShape<TIn, TOut2>, NotUsed>)
    ForwardOps.Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanInShape<TIn, TOut2>)
    ForwardOps.Via<TIn, TOut1, TOut2, TMat>(GraphDsl.ForwardOps<TOut1, TMat>, UniformFanOutShape<TIn, TOut2>)
    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