Search Results for

    Show / Hide Table of Contents

    Class Vector

    Utility class for creating vectors (collections) of elements.

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

    Methods

    | Edit this page View Source

    Fill<T>(int)

    Creates a function that fills a collection with a specified number of elements generated by the provided factory function.

    Declaration
    public static Func<Func<T>, IList<T>> Fill<T>(int number)
    Parameters
    Type Name Description
    int number

    The number of elements to create.

    Returns
    Type Description
    Func<Func<T>, IList<T>>

    A function that takes an element factory and returns a list of generated elements.

    Type Parameters
    Name Description
    T

    The type of elements to create.

    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