Search Results for

    Show / Hide Table of Contents

    Interface IUnzipWithCreator<TIn, TOut, T>

    TBD

    Namespace: Akka.Streams.Dsl
    Assembly: Akka.Streams.dll
    Syntax
    public interface IUnzipWithCreator<out TIn, in TOut, out T>
    Type Parameters
    Name Description
    TIn

    TBD

    TOut

    TBD

    T

    TBD

    Methods

    | Edit this page View Source

    Create(Func<TIn, TOut>)

    TBD

    Declaration
    T Create(Func<out TIn, in TOut> unzipper)
    Parameters
    Type Name Description
    Func<TIn, TOut> unzipper

    TBD

    Returns
    Type Description
    T

    TBD

    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