Class PredicateInfo
Inheritance
PredicateInfo
Assembly: Akka.TestKit.dll
Syntax
public class PredicateInfo
Properties
|
Improve this Doc
View Source
PredicateT
Declaration
public Delegate PredicateT { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public Type Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Create<T>(Predicate<T>)
Declaration
public static PredicateInfo Create<T>(Predicate<T> predicateT)
Parameters
Type |
Name |
Description |
Predicate<T> |
predicateT |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods