Search Results for

    Show / Hide Table of Contents

    Class PredicateInfoFactory

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

    Methods

    | Edit this page View Source

    CreatePredicateInfo<T>(Delegate)

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

    CreatePredicateInfo<T>(Predicate<T>)

    Declaration
    public static PredicateInfo CreatePredicateInfo<T>(this Predicate<T> predicateT)
    Parameters
    Type Name Description
    Predicate<T> predicateT
    Returns
    Type Description
    PredicateInfo
    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