Search Results for

    Show / Hide Table of Contents

    Class LazySource

    API for the Akka.Streams.Implementation.LazySource<TOut, TMat>

    Inheritance
    object
    LazySource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public static class LazySource

    Methods

    | Edit this page View Source

    Create<TOut, TMat>(Func<Source<TOut, TMat>>)

    Creates a new Akka.Streams.Implementation.LazySource<TOut, TMat> for the given create factory

    Declaration
    public static LazySource<TOut, TMat> Create<TOut, TMat>(Func<Source<TOut, TMat>> create)
    Parameters
    Type Name Description
    Func<Source<TOut, TMat>> create
    Returns
    Type Description
    LazySource<TOut, TMat>
    Type Parameters
    Name Description
    TOut
    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