Search Results for

    Show / Hide Table of Contents

    Class PredicateMatcher

    Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    PredicateMatcher
    Implements
    IStringMatcher
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit.Internal.StringMatcher
    Assembly: Akka.TestKit.dll
    Syntax
    public class PredicateMatcher : IStringMatcher

    Constructors

    | Edit this page View Source

    PredicateMatcher(Predicate<string>, string)

    TBD

    Declaration
    public PredicateMatcher(Predicate<string> predicate, string hint = "")
    Parameters
    Type Name Description
    Predicate<string> predicate

    TBD

    string hint

    TBD

    Methods

    | Edit this page View Source

    IsMatch(string)

    TBD

    Declaration
    public bool IsMatch(string s)
    Parameters
    Type Name Description
    string s

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IStringMatcher

    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