Search Results for

    Show / Hide Table of Contents

    Class PredicateInfo

    Inheritance
    object
    PredicateInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit
    Assembly: Akka.TestKit.dll
    Syntax
    public class PredicateInfo

    Properties

    | Edit this page View Source

    PredicateT

    Declaration
    public Delegate PredicateT { get; }
    Property Value
    Type Description
    Delegate
    | Edit this page View Source

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    | Edit this page View Source

    Create<T>(Predicate<T>)

    Declaration
    public static PredicateInfo Create<T>(Predicate<T> predicateT)
    Parameters
    Type Name Description
    Predicate<T> predicateT
    Returns
    Type Description
    PredicateInfo
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    ToString()

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

    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