Search Results for

    Show / Hide Table of Contents

    Struct TestSubscriber.OnNext<T>

    Implements
    TestSubscriber.ISubscriberEvent
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    IEquatable<TestSubscriber.OnNext<T>>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Streams.TestKit
    Assembly: Akka.Streams.TestKit.dll
    Syntax
    public struct TestSubscriber.OnNext<T> : TestSubscriber.ISubscriberEvent, INoSerializationVerificationNeeded, IDeadLetterSuppression, IEquatable<TestSubscriber.OnNext<T>>
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    OnNext(T)

    Declaration
    public OnNext(T element)
    Parameters
    Type Name Description
    T element

    Fields

    | Edit this page View Source

    Element

    Declaration
    public readonly T Element
    Field Value
    Type Description
    T

    Methods

    | Edit this page View Source

    Equals(OnNext<T>)

    Declaration
    public bool Equals(TestSubscriber.OnNext<T> other)
    Parameters
    Type Name Description
    TestSubscriber.OnNext<T> 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
    ValueType.Equals(object)
    | Edit this page View Source

    GetHashCode()

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

    ToString()

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

    Implements

    TestSubscriber.ISubscriberEvent
    INoSerializationVerificationNeeded
    IDeadLetterSuppression
    IEquatable<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