Search Results for

    Show / Hide Table of Contents

    Class SourceWithContext

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

    Methods

    | Edit this page View Source

    FromTuples<TOut, TCtxOut, TMat>(Source<(TOut, TCtxOut), TMat>)

    Creates a SourceWithContext from a regular source that operates on a tuple of (data, context) elements.

    Declaration
    public static SourceWithContext<TOut, TCtxOut, TMat> FromTuples<TOut, TCtxOut, TMat>(Source<(TOut, TCtxOut), TMat> source)
    Parameters
    Type Name Description
    Source<(TOut, TCtxOut), TMat> source
    Returns
    Type Description
    SourceWithContext<TOut, TCtxOut, TMat>
    Type Parameters
    Name Description
    TOut
    TCtxOut
    TMat
    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