Search Results for

    Show / Hide Table of Contents

    Class NotUsed

    This type is used in generic type signatures wherever the actual value is of no importance. It is a combination of F#’s 'unit' and C#’s 'void', which both have different issues when used from the other language. An example use-case is the materialized value of an Akka Stream for cases where no result shall be returned from materialization.

    Inheritance
    object
    NotUsed
    Implements
    IEquatable<NotUsed>
    IComparable<NotUsed>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka
    Assembly: Akka.dll
    Syntax
    [Serializable]
    public sealed class NotUsed : IEquatable<NotUsed>, IComparable<NotUsed>

    Fields

    | Edit this page View Source

    Instance

    The singleton instance of NotUsed.

    Declaration
    public static readonly NotUsed Instance
    Field Value
    Type Description
    NotUsed

    Methods

    | Edit this page View Source

    CompareTo(NotUsed)

    Declaration
    public int CompareTo(NotUsed other)
    Parameters
    Type Name Description
    NotUsed other
    Returns
    Type Description
    int
    | Edit this page View Source

    Equals(NotUsed)

    Declaration
    public bool Equals(NotUsed other)
    Parameters
    Type Name Description
    NotUsed other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    IComparable<T>

    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