Search Results for

    Show / Hide Table of Contents

    Class ZipWithN

    TBD

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

    Methods

    | Edit this page View Source

    Create<TIn, TOut>(Func<IImmutableList<TIn>, TOut>, int)

    Creates a new ZipWithN<TIn, TOut>

    Declaration
    public static IGraph<UniformFanInShape<TIn, TOut>> Create<TIn, TOut>(Func<IImmutableList<TIn>, TOut> zipper, int n)
    Parameters
    Type Name Description
    Func<IImmutableList<TIn>, TOut> zipper

    TBD

    int n

    TBD

    Returns
    Type Description
    IGraph<UniformFanInShape<TIn, TOut>>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    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