Class PredicateInfoFactory
Inheritance
PredicateInfoFactory
Assembly: Akka.TestKit.dll
Syntax
public static class PredicateInfoFactory
Methods
|
Improve this Doc
View Source
CreatePredicateInfo<T>(Delegate)
Declaration
public static PredicateInfo CreatePredicateInfo<T>(this Delegate predicateT)
Parameters
Type |
Name |
Description |
Delegate |
predicateT |
|
Returns
Type Parameters
|
Improve this Doc
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 Parameters