Search Results for

    Show / Hide Table of Contents

    Class StreamLayout.Combine

    TBD

    Inheritance
    object
    StreamLayout.Combine
    Implements
    StreamLayout.IMaterializedValueNode
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public sealed class StreamLayout.Combine : StreamLayout.IMaterializedValueNode

    Constructors

    | Edit this page View Source

    Combine(Func<object, object, object>, IMaterializedValueNode, IMaterializedValueNode)

    TBD

    Declaration
    public Combine(Func<object, object, object> combinator, StreamLayout.IMaterializedValueNode left, StreamLayout.IMaterializedValueNode right)
    Parameters
    Type Name Description
    Func<object, object, object> combinator

    TBD

    StreamLayout.IMaterializedValueNode left

    TBD

    StreamLayout.IMaterializedValueNode right

    TBD

    Fields

    | Edit this page View Source

    Combinator

    TBD

    Declaration
    public readonly Func<object, object, object> Combinator
    Field Value
    Type Description
    Func<object, object, object>
    | Edit this page View Source

    Left

    TBD

    Declaration
    public readonly StreamLayout.IMaterializedValueNode Left
    Field Value
    Type Description
    StreamLayout.IMaterializedValueNode
    | Edit this page View Source

    Right

    TBD

    Declaration
    public readonly StreamLayout.IMaterializedValueNode Right
    Field Value
    Type Description
    StreamLayout.IMaterializedValueNode

    Methods

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    StreamLayout.IMaterializedValueNode

    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