Table of Contents

Class PredicateInfoFactory

Namespace
Akka.TestKit
Assembly
Akka.TestKit.dll
public static class PredicateInfoFactory
Inheritance
PredicateInfoFactory
Inherited Members

Methods

CreatePredicateInfo<T>(Delegate)

public static PredicateInfo CreatePredicateInfo<T>(this Delegate predicateT)

Parameters

predicateT Delegate

Returns

PredicateInfo

Type Parameters

T

CreatePredicateInfo<T>(Predicate<T>)

public static PredicateInfo CreatePredicateInfo<T>(this Predicate<T> predicateT)

Parameters

predicateT Predicate<T>

Returns

PredicateInfo

Type Parameters

T