Search Results for

    Show / Hide Table of Contents

    Class ObjectExtensions

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

    Methods

    | Edit this page View Source

    AsOption<T>(T)

    Wraps object to the Option<T> monade

    Declaration
    public static Option<T> AsOption<T>(this T obj)
    Parameters
    Type Name Description
    T obj
    Returns
    Type Description
    Option<T>
    Type Parameters
    Name Description
    T
    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