Search Results for

    Show / Hide Table of Contents

    Class Either

    TBD

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

    Methods

    | Edit this page View Source

    Left<T>(T)

    TBD

    Declaration
    public static Left<T> Left<T>(T value)
    Parameters
    Type Name Description
    T value

    TBD

    Returns
    Type Description
    Left<T>

    TBD

    Type Parameters
    Name Description
    T

    TBD

    | Edit this page View Source

    Right<T>(T)

    TBD

    Declaration
    public static Right<T> Right<T>(T value)
    Parameters
    Type Name Description
    T value

    TBD

    Returns
    Type Description
    Right<T>

    TBD

    Type Parameters
    Name Description
    T

    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